Title: [148883] trunk/Source/WebKit2
- Revision
- 148883
- Author
- [email protected]
- Date
- 2013-04-22 08:20:07 -0700 (Mon, 22 Apr 2013)
Log Message
[WK2] Fix build warning when GESTURE_EVENTS is ON.
https://bugs.webkit.org/show_bug.cgi?id=114812
Patch by Krzysztof Wolanski <[email protected]> on 2013-04-22
Reviewed by Andreas Kling.
Handle GestureSingleTap in the event type switch.
* WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:
(WebKit::NetscapePlugin::platformHandleMouseEvent):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (148882 => 148883)
--- trunk/Source/WebKit2/ChangeLog 2013-04-22 15:02:26 UTC (rev 148882)
+++ trunk/Source/WebKit2/ChangeLog 2013-04-22 15:20:07 UTC (rev 148883)
@@ -1,3 +1,15 @@
+2013-04-22 Krzysztof Wolanski <[email protected]>:
+
+ [WK2] Fix build warning when GESTURE_EVENTS is ON.
+ https://bugs.webkit.org/show_bug.cgi?id=114812
+
+ Reviewed by Andreas Kling.
+
+ Handle GestureSingleTap in the event type switch.
+
+ * WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:
+ (WebKit::NetscapePlugin::platformHandleMouseEvent):
+
2013-04-21 Carlos Garcia Campos <[email protected]>
[WebKit2] Plugins without a MIME Type fail to load
Modified: trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp (148882 => 148883)
--- trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp 2013-04-22 15:02:26 UTC (rev 148882)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp 2013-04-22 15:20:07 UTC (rev 148883)
@@ -533,6 +533,7 @@
#if ENABLE(GESTURE_EVENTS)
case WebEvent::GestureScrollBegin:
case WebEvent::GestureScrollEnd:
+ case WebEvent::GestureSingleTap:
#endif
#if ENABLE(TOUCH_EVENTS)
case WebEvent::TouchStart:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes