| 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 90913a3697e6780b440d60a6ab46f89d50f80364..47a36a07367b7f26a67e20ee01ebe22d462913d1 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -233,10 +233,6 @@ public:
|
| // If not, use the current focus or last clicked node.
|
| bool logicalScroll(ScrollDirection, ScrollGranularity, Node* startNode = nullptr);
|
|
|
| - // TODO(crbug.com/629935): This function is only used by PointerEventManager
|
| - // and should be removed as soon as PointerEventManager is a GC object.
|
| - void immediatelyProcessPendingPointerCapture(int pointerId);
|
| -
|
| private:
|
| static DragState& dragState();
|
|
|
|
|