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

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

Issue 2907053004: GSB uses delta_hints to calculate scrolling chain. (Closed)
Patch Set: Merged with master. 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 4cefc3414fbff56fd901ad0531a5c6027fcf9ee3..f9916a496a27bb6e4f257cf82f71ca78dbdec7ed 100644
--- a/third_party/WebKit/public/platform/WebGestureEvent.h
+++ b/third_party/WebKit/public/platform/WebGestureEvent.h
@@ -84,9 +84,9 @@ 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;
+ bool ignore_delta_hints;
// Default initialized to ScrollUnits::PrecisePixels.
ScrollUnits delta_hint_units;
// If true, this event will skip hit testing to find a scroll

Powered by Google App Engine
This is Rietveld 408576698