| Index: third_party/WebKit/Source/core/editing/DragCaret.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/DragCaret.cpp b/third_party/WebKit/Source/core/editing/DragCaret.cpp
|
| index 5cb4516dbd6e1c97b94733ab79b8d0fba86ac5db..41a57390f015a0720b739e2c1935d9e62e782e6a 100644
|
| --- a/third_party/WebKit/Source/core/editing/DragCaret.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/DragCaret.cpp
|
| @@ -55,10 +55,9 @@ void DragCaret::UpdateStyleAndLayoutIfNeeded() {
|
| : PositionWithAffinity());
|
| }
|
|
|
| -void DragCaret::InvalidatePaintIfNeeded(
|
| - const LayoutBlock& block,
|
| - const PaintInvalidatorContext& context) {
|
| - display_item_client_->InvalidatePaintIfNeeded(block, context);
|
| +void DragCaret::InvalidatePaint(const LayoutBlock& block,
|
| + const PaintInvalidatorContext& context) {
|
| + display_item_client_->InvalidatePaint(block, context);
|
| }
|
|
|
| bool DragCaret::IsContentRichlyEditable() const {
|
|
|