| Index: Source/core/editing/FrameSelection.h
|
| diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
|
| index ebffebe35f6ffa60f3aa7b1f63c8f5b722ede3d2..c3c8234fa7f1480266f9b83f352d2bdffad0ecdc 100644
|
| --- a/Source/core/editing/FrameSelection.h
|
| +++ b/Source/core/editing/FrameSelection.h
|
| @@ -139,8 +139,8 @@ public:
|
| // Return the renderer that is responsible for painting the caret (in the selection start node)
|
| RenderBlock* caretRenderer() const;
|
|
|
| - // Caret rect local to the caret's renderer
|
| - LayoutRect localCaretRect();
|
| + // Update caret rect local to the caret's renderer
|
| + void updateLocalCaretRect();
|
| LayoutRect localCaretRectWithoutUpdateForTesting() const { return CaretBase::localCaretRectWithoutUpdate(); }
|
|
|
| // Bounds of (possibly transformed) caret in absolute coords
|
|
|