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

Unified Diff: third_party/WebKit/Source/core/input/EventHandler.h

Issue 2928793003: Re-target wheel events only when a new scroll sequence has started. (Closed)
Patch Set: browser test updated. 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/Source/core/input/EventHandler.h
diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h
index 0604f27c6955cd0842bfb02dc4fea20c7fa9afe5..31ff8c5c15f098c8b7ca9095b62263352c7fd384 100644
--- a/third_party/WebKit/Source/core/input/EventHandler.h
+++ b/third_party/WebKit/Source/core/input/EventHandler.h
@@ -366,6 +366,8 @@ class CORE_EXPORT EventHandler final
Member<Node> drag_target_;
bool should_only_fire_drag_over_event_;
+ Member<Node> wheel_target_;
tdresser 2017/06/09 18:13:11 Should we move wheel logic out to a separate Wheel
sahel 2017/06/13 15:43:20 Done.
+
Member<HTMLFrameSetElement> frame_set_being_resized_;
RefPtr<UserGestureToken> last_mouse_down_user_gesture_token_;

Powered by Google App Engine
This is Rietveld 408576698