| Index: third_party/WebKit/Source/core/editing/DragCaretController.h
|
| diff --git a/third_party/WebKit/Source/core/editing/DragCaretController.h b/third_party/WebKit/Source/core/editing/DragCaretController.h
|
| index d02af83a80f95cfe58ea652a84b39cef306fc530..6d6df7b52474c49e5ac99f75d6eab0ba19de4289 100644
|
| --- a/third_party/WebKit/Source/core/editing/DragCaretController.h
|
| +++ b/third_party/WebKit/Source/core/editing/DragCaretController.h
|
| @@ -59,6 +59,8 @@ class DragCaretController final
|
| private:
|
| DragCaretController();
|
|
|
| + void invalidateCaretRect(Node*, const LayoutRect&);
|
| +
|
| // Implementations of |SynchronousMutationObserver|
|
| void nodeChildrenWillBeRemoved(ContainerNode&) final;
|
| void nodeWillBeRemoved(Node&) final;
|
|
|