Title: [98959] trunk/Source/WebKit2
- Revision
- 98959
- Author
- [email protected]
- Date
- 2011-11-01 07:41:30 -0700 (Tue, 01 Nov 2011)
Log Message
Prospective clang build fix.
Reviewed by Andreas Kling.
* UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::didReceiveEvent): Handle GestureSingleTap in the event type switch.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (98958 => 98959)
--- trunk/Source/WebKit2/ChangeLog 2011-11-01 13:58:05 UTC (rev 98958)
+++ trunk/Source/WebKit2/ChangeLog 2011-11-01 14:41:30 UTC (rev 98959)
@@ -1,3 +1,12 @@
+2011-11-01 Simon Hausmann <[email protected]>
+
+ Prospective clang build fix.
+
+ Reviewed by Andreas Kling.
+
+ * UIProcess/WebPageProxy.cpp:
+ (WebKit::WebPageProxy::didReceiveEvent): Handle GestureSingleTap in the event type switch.
+
2011-11-01 Caio Marcelo de Oliveira Filho <[email protected]>
[Qt] Create infrastructure for Qt's builtin bundle in web process.
Modified: trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp (98958 => 98959)
--- trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp 2011-11-01 13:58:05 UTC (rev 98958)
+++ trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp 2011-11-01 14:41:30 UTC (rev 98959)
@@ -2787,6 +2787,7 @@
#if ENABLE(GESTURE_EVENTS)
case WebEvent::GestureScrollBegin:
case WebEvent::GestureScrollEnd:
+ case WebEvent::GestureSingleTap:
#endif
#if ENABLE(TOUCH_EVENTS)
case WebEvent::TouchStart:
@@ -2812,6 +2813,7 @@
#if ENABLE(GESTURE_EVENTS)
case WebEvent::GestureScrollBegin:
case WebEvent::GestureScrollEnd:
+ case WebEvent::GestureSingleTap:
#endif
break;
case WebEvent::MouseUp:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes