Title: [163380] trunk/Source/WebKit2
Revision
163380
Author
[email protected]
Date
2014-02-04 08:39:52 -0800 (Tue, 04 Feb 2014)

Log Message

Code cleanup: remove leftover occurrence of ENABLE(GESTURE_EVENTS)
https://bugs.webkit.org/show_bug.cgi?id=128180

Patch by Tamas Gergely <[email protected]> on 2014-02-04
Reviewed by Csaba Osztrogonác.

Removed last occurrence of ENABLE(GESTURE_EVENTS).

* WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:
(WebKit::NetscapePlugin::platformHandleMouseEvent):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (163379 => 163380)


--- trunk/Source/WebKit2/ChangeLog	2014-02-04 16:34:35 UTC (rev 163379)
+++ trunk/Source/WebKit2/ChangeLog	2014-02-04 16:39:52 UTC (rev 163380)
@@ -1,3 +1,15 @@
+2014-02-04  Tamas Gergely  <[email protected]>
+
+        Code cleanup: remove leftover occurrence of ENABLE(GESTURE_EVENTS)
+        https://bugs.webkit.org/show_bug.cgi?id=128180
+
+        Reviewed by Csaba Osztrogonác.
+
+        Removed last occurrence of ENABLE(GESTURE_EVENTS).
+
+        * WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:
+        (WebKit::NetscapePlugin::platformHandleMouseEvent):
+
 2014-02-04  Eunmi Lee  <[email protected]>
 
         [EFL][WK2] ewk_context needs to route InjectedBundle messages correctly.

Modified: trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp (163379 => 163380)


--- trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp	2014-02-04 16:34:35 UTC (rev 163379)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp	2014-02-04 16:39:52 UTC (rev 163380)
@@ -485,11 +485,6 @@
     case WebEvent::KeyUp:
     case WebEvent::RawKeyDown:
     case WebEvent::Char:
-#if ENABLE(GESTURE_EVENTS)
-    case WebEvent::GestureScrollBegin:
-    case WebEvent::GestureScrollEnd:
-    case WebEvent::GestureSingleTap:
-#endif
 #if ENABLE(TOUCH_EVENTS)
     case WebEvent::TouchStart:
     case WebEvent::TouchMove:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to