Index: third_party/WebKit/Source/core/editing/FrameSelection.h |
diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h |
index a145ccb7ecb15fee9af43359cef2c300884a8a60..8720d8789d9fe7f7d410aaac75af3fe7f0850420 100644 |
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h |
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h |
@@ -194,8 +194,7 @@ class CORE_EXPORT FrameSelection final |
void ClearPreviousCaretVisualRect(const LayoutBlock&); |
void LayoutBlockWillBeDestroyed(const LayoutBlock&); |
void UpdateStyleAndLayoutIfNeeded(); |
- void InvalidatePaintIfNeeded(const LayoutBlock&, |
- const PaintInvalidatorContext&); |
+ void InvalidatePaint(const LayoutBlock&, const PaintInvalidatorContext&); |
void PaintCaret(GraphicsContext&, const LayoutPoint&); |