| 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 ea97e5404cbcce2e65ae27791ff9212e77228e6a..f3163348e2f40745cfb973c48e452b38f9b13f4e 100644
|
| --- a/third_party/WebKit/Source/core/input/PointerEventManager.h
|
| +++ b/third_party/WebKit/Source/core/input/PointerEventManager.h
|
| @@ -76,10 +76,6 @@ class CORE_EXPORT PointerEventManager
|
| // 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();
|
| -
|
| // Returns true if the primary pointerdown corresponding to the given
|
| // |uniqueTouchEventId| was canceled. Also drops stale ids from
|
| // |m_touchIdsForCanceledPointerdowns|.
|
|
|