| Index: third_party/WebKit/Source/core/editing/CaretBase.h
|
| diff --git a/third_party/WebKit/Source/core/editing/CaretBase.h b/third_party/WebKit/Source/core/editing/CaretBase.h
|
| index efad46136d271fd9e9186d9e94910ec50c17ba3b..2b46b5b3db1d55fd046445a6ad22320bce493eb7 100644
|
| --- a/third_party/WebKit/Source/core/editing/CaretBase.h
|
| +++ b/third_party/WebKit/Source/core/editing/CaretBase.h
|
| @@ -45,7 +45,6 @@ class CaretBase final : public DisplayItemClient {
|
| CaretBase();
|
| virtual ~CaretBase();
|
|
|
| - void invalidateCaretRect(Node*, const LayoutRect&);
|
| // Creating VisiblePosition causes synchronous layout so we should use the
|
| // PositionWithAffinity version if possible.
|
| // A position in HTMLTextFromControlElement is a typical example.
|
|
|