| Index: third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp b/third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp
|
| index f1bc6d58a98bf0d7902453dfe468af7719b59ee7..0ea2911db8cec64f521b3213b30b481c8f31d3d0 100644
|
| --- a/third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/CaretDisplayItemClient.cpp
|
| @@ -189,7 +189,7 @@ void CaretDisplayItemClient::UpdateStyleAndLayoutIfNeeded(
|
| new_layout_block->SetMayNeedPaintInvalidation();
|
| }
|
|
|
| -void CaretDisplayItemClient::InvalidatePaintIfNeeded(
|
| +void CaretDisplayItemClient::InvalidatePaint(
|
| const LayoutBlock& block,
|
| const PaintInvalidatorContext& context) {
|
| if (block == layout_block_) {
|
|
|