Title: [120003] trunk/Source/WebKit/chromium
Revision
120003
Author
[email protected]
Date
2012-06-11 13:22:00 -0700 (Mon, 11 Jun 2012)

Log Message

[chromium] WebInputEvent::isGestureEventType should return true for GestureTwoFingerTap
https://bugs.webkit.org/show_bug.cgi?id=88789

Patch by Varun Jain <[email protected]> on 2012-06-11
Reviewed by Adam Barth.

* public/WebInputEvent.h:
(WebKit::WebInputEvent::isGestureEventType):

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (120002 => 120003)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-06-11 20:16:58 UTC (rev 120002)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-06-11 20:22:00 UTC (rev 120003)
@@ -1,3 +1,13 @@
+2012-06-11  Varun Jain  <[email protected]>
+
+        [chromium] WebInputEvent::isGestureEventType should return true for GestureTwoFingerTap
+        https://bugs.webkit.org/show_bug.cgi?id=88789
+
+        Reviewed by Adam Barth.
+
+        * public/WebInputEvent.h:
+        (WebKit::WebInputEvent::isGestureEventType):
+
 2012-06-11  Mark Pilgrim  <[email protected]>
 
         [Chromium] Call shared timer functions directly

Modified: trunk/Source/WebKit/chromium/public/WebInputEvent.h (120002 => 120003)


--- trunk/Source/WebKit/chromium/public/WebInputEvent.h	2012-06-11 20:16:58 UTC (rev 120002)
+++ trunk/Source/WebKit/chromium/public/WebInputEvent.h	2012-06-11 20:22:00 UTC (rev 120003)
@@ -209,6 +209,7 @@
             || type == GestureTap
             || type == GestureTapDown
             || type == GestureDoubleTap
+            || type == GestureTwoFingerTap
             || type == GestureLongPress
             || type == GesturePinchBegin
             || type == GesturePinchEnd
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to