summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp')
-rw-r--r--Source/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp b/Source/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp
index a1851c5..ce2ac1b 100644
--- a/Source/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp
+++ b/Source/WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp
@@ -396,6 +396,13 @@ void ChromeClientEfl::reachedApplicationCacheOriginQuota(SecurityOrigin*)
}
#endif
+#if ENABLE(TOUCH_EVENTS)
+void ChromeClientEfl::needTouchEvents(bool needed)
+{
+ ewk_view_need_touch_events_set(m_view, needed);
+}
+#endif
+
#if ENABLE(DATABASE)
void ChromeClientEfl::exceededDatabaseQuota(Frame* frame, const String& databaseName)
{