Title: [145321] trunk/Source/WebKit/chromium
Revision
145321
Author
[email protected]
Date
2013-03-09 13:27:34 -0800 (Sat, 09 Mar 2013)

Log Message

[chromium] Remove deprecated flingStart.sourceDevice from WebGestureEvent
https://bugs.webkit.org/show_bug.cgi?id=111866

Reviewed by James Robinson.

* public/WebInputEvent.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (145320 => 145321)


--- trunk/Source/WebKit/chromium/ChangeLog	2013-03-09 19:43:46 UTC (rev 145320)
+++ trunk/Source/WebKit/chromium/ChangeLog	2013-03-09 21:27:34 UTC (rev 145321)
@@ -1,3 +1,12 @@
+2013-03-09  Sadrul Habib Chowdhury  <[email protected]>
+
+        [chromium] Remove deprecated flingStart.sourceDevice from WebGestureEvent
+        https://bugs.webkit.org/show_bug.cgi?id=111866
+
+        Reviewed by James Robinson.
+
+        * public/WebInputEvent.h:
+
 2013-03-09  David Dorwin  <[email protected]>
 
         [chromium] Set the Helper Plugin's URL to that of the host document.

Modified: trunk/Source/WebKit/chromium/public/WebInputEvent.h (145320 => 145321)


--- trunk/Source/WebKit/chromium/public/WebInputEvent.h	2013-03-09 19:43:46 UTC (rev 145320)
+++ trunk/Source/WebKit/chromium/public/WebInputEvent.h	2013-03-09 21:27:34 UTC (rev 145321)
@@ -441,8 +441,6 @@
         struct {
             float velocityX;
             float velocityY;
-            // FIXME: Remove this when Chromium uses the top-level field.
-            SourceDevice sourceDevice;
         } flingStart;
 
         struct {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to