| 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 fa3e4f5fd3ba5b2edbd69868db2a3b43a4929f0a..671fe1bfec264c1e5b20d0616d6d054dcd955b22 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -257,6 +257,8 @@ class CORE_EXPORT EventHandler final
|
|
|
| bool isTouchPointerIdActiveOnFrame(int, LocalFrame*) const;
|
|
|
| + Cursor::Type selectCursorTypeForTest(const HitTestResult&);
|
| +
|
| private:
|
| WebInputEventResult handleMouseMoveOrLeaveEvent(
|
| const PlatformMouseEvent&,
|
|
|