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 4b4c5c868f7cac2884272dfd9c34a0d2e271d234..e9a1e277ccbdd71461601185f2f704a02228f439 100644 |
--- a/third_party/WebKit/Source/core/editing/DragCaret.h |
+++ b/third_party/WebKit/Source/core/editing/DragCaret.h |
@@ -51,8 +51,7 @@ class DragCaret final : public GarbageCollectedFinalized<DragCaret>, |
void ClearPreviousVisualRect(const LayoutBlock&); |
void LayoutBlockWillBeDestroyed(const LayoutBlock&); |
void UpdateStyleAndLayoutIfNeeded(); |
- void InvalidatePaintIfNeeded(const LayoutBlock&, |
- const PaintInvalidatorContext&); |
+ void InvalidatePaint(const LayoutBlock&, const PaintInvalidatorContext&); |
bool ShouldPaintCaret(const LayoutBlock&) const; |
void PaintDragCaret(const LocalFrame*, |