| Index: third_party/WebKit/Source/core/input/PointerEventManager.h
|
| diff --git a/third_party/WebKit/Source/core/input/PointerEventManager.h b/third_party/WebKit/Source/core/input/PointerEventManager.h
|
| index faedf8b6931405fb57d5f8b20217357992ac5f15..9cdb1f56d0adfbb36f375663c350d2bc2ae78004 100644
|
| --- a/third_party/WebKit/Source/core/input/PointerEventManager.h
|
| +++ b/third_party/WebKit/Source/core/input/PointerEventManager.h
|
| @@ -68,6 +68,10 @@ class CORE_EXPORT PointerEventManager
|
| // Returns whether there is any touch on the screen.
|
| bool isAnyTouchActive() const;
|
|
|
| + // Returns whether pointerId is for an active touch pointerevent and whether
|
| + // the last event was sent to the given frame.
|
| + bool isTouchPointerIdActiveOnFrame(int, LocalFrame*) const;
|
| +
|
| // TODO(crbug.com/625843): This can be hidden when mouse refactoring in
|
| // EventHandler is done.
|
| EventTarget* getMouseCapturingNode();
|
|
|