Index: third_party/WebKit/public/platform/WebGestureEvent.h |
diff --git a/third_party/WebKit/public/platform/WebGestureEvent.h b/third_party/WebKit/public/platform/WebGestureEvent.h |
index 94d56575b0612378ded98ae89cf2e75763b73e5c..9393d545ce3d6fa636c15364856f42b1bc549cd7 100644 |
--- a/third_party/WebKit/public/platform/WebGestureEvent.h |
+++ b/third_party/WebKit/public/platform/WebGestureEvent.h |
@@ -85,7 +85,6 @@ class WebGestureEvent : public WebInputEvent { |
struct { |
// Initial motion that triggered the scroll. |
- // May be redundant with deltaX/deltaY in the first scrollUpdate. |
float delta_x_hint; |
float delta_y_hint; |
// Default initialized to ScrollUnits::PrecisePixels. |