| Index: third_party/WebKit/Source/core/editing/FrameCaret.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameCaret.cpp b/third_party/WebKit/Source/core/editing/FrameCaret.cpp
|
| index cbef489cf216de65099fa930be6e94aa0ba631e9..8a63733d2cef973bdf7a5bf23060356bc7f45792 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameCaret.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameCaret.cpp
|
| @@ -146,10 +146,9 @@ void FrameCaret::UpdateStyleAndLayoutIfNeeded() {
|
| should_paint_caret ? CaretPosition() : PositionWithAffinity());
|
| }
|
|
|
| -void FrameCaret::InvalidatePaintIfNeeded(
|
| - const LayoutBlock& block,
|
| - const PaintInvalidatorContext& context) {
|
| - display_item_client_->InvalidatePaintIfNeeded(block, context);
|
| +void FrameCaret::InvalidatePaint(const LayoutBlock& block,
|
| + const PaintInvalidatorContext& context) {
|
| + display_item_client_->InvalidatePaint(block, context);
|
| }
|
|
|
| bool FrameCaret::CaretPositionIsValidForDocument(
|
|
|