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

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

Issue 2486673008: Touchpad scroll latching enabled for Mac behind flag. (Closed)
Patch Set: Mouse_wheel_event_queue.cc polished. 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/WebGestureEvent.h
diff --git a/third_party/WebKit/public/platform/WebGestureEvent.h b/third_party/WebKit/public/platform/WebGestureEvent.h
index 791562f026cef28315ce63a0f281d94c03992b14..7e1113568c66cbac5dec02a79b36675ae70b4ced 100644
--- a/third_party/WebKit/public/platform/WebGestureEvent.h
+++ b/third_party/WebKit/public/platform/WebGestureEvent.h
@@ -132,6 +132,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 mayPrecedeFling;
} scrollEnd;
struct {

Powered by Google App Engine
This is Rietveld 408576698