| 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 2db35deadc1f46571aa5d13afd2f3896ce1bea6b..66ffa605ddab1463b881da4798c47457f60fd370 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -234,6 +234,10 @@ 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();
|
|
|
|
|