Chromium Code Reviews| 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_; |