| Index: third_party/WebKit/Source/core/editing/DragCaret.h
|
| diff --git a/third_party/WebKit/Source/core/editing/DragCaret.h b/third_party/WebKit/Source/core/editing/DragCaret.h
|
| index 75aa6402e927cbc7ec50697f328133558d89befe..f5bbcdc0afca4bc8b4d805448f8ad2622dc3518a 100644
|
| --- a/third_party/WebKit/Source/core/editing/DragCaret.h
|
| +++ b/third_party/WebKit/Source/core/editing/DragCaret.h
|
| @@ -50,7 +50,7 @@ class DragCaret final : public GarbageCollectedFinalized<DragCaret>,
|
| // Paint invalidation methods delegating to CaretDisplayItemClient.
|
| void clearPreviousVisualRect(const LayoutBlock&);
|
| void layoutBlockWillBeDestroyed(const LayoutBlock&);
|
| - void updateStyleAndLayoutIfNeeded();
|
| + void updateForPaintInvalidation();
|
| void invalidatePaintIfNeeded(const LayoutBlock&,
|
| const PaintInvalidatorContext&,
|
| PaintInvalidationReason);
|
|
|