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

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

Issue 2486673008: Touchpad scroll latching enabled for Mac behind flag. (Closed)
Patch Set: Created 4 years, 1 month 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/WebInputEvent.h
diff --git a/third_party/WebKit/public/platform/WebInputEvent.h b/third_party/WebKit/public/platform/WebInputEvent.h
index d0d50a1897e051e3e55f3cce9f71a34508da9b8b..2bb12f68763188b9ba914dc91df9d5f6b9bd676b 100644
--- a/third_party/WebKit/public/platform/WebInputEvent.h
+++ b/third_party/WebKit/public/platform/WebInputEvent.h
@@ -579,6 +579,8 @@ class WebGestureEvent : public WebInputEvent {
// GSB will generate a hit test so latching behavior is avoided
// until crbug.com/526463 is fully implemented.
bool synthetic;
+ // True if this event could be followed by a fling.
+ bool flingMightHappenNext;
tdresser 2016/11/14 16:02:29 mayPrecedeFling? Or use flingMightHappenNext throu
sahel 2016/11/18 16:13:58 Done.
} scrollEnd;
struct {

Powered by Google App Engine
This is Rietveld 408576698