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 ff88c566849294351bc354ba7190bbac528035e3..1a540aba5492405225abbd2cf3f6c3bffe70b218 100644 |
| --- a/third_party/WebKit/Source/core/input/EventHandler.h |
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h |
| @@ -255,6 +255,8 @@ class CORE_EXPORT EventHandler final |
| ScrollGranularity, |
| Node* startNode = nullptr); |
| + bool isTouchPointerEventActiveOnFrame(int, LocalFrame*); |
|
mustaq
2016/10/13 16:38:25
Why is this touch specific? Could be useful for al
Navid Zolghadr
2016/10/13 17:32:32
Sure.
|
| + |
| private: |
| WebInputEventResult handleMouseMoveOrLeaveEvent( |
| const PlatformMouseEvent&, |