Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: third_party/WebKit/public/platform/WebGestureEvent.h

Issue 2907053004: GSB uses delta_hints to calculate scrolling chain. (Closed)
Patch Set: ignore_delta_hints_ deleted. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698