| Index: third_party/WebKit/Source/core/editing/FrameCaret.h
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameCaret.h b/third_party/WebKit/Source/core/editing/FrameCaret.h
|
| index 69dfbd66e2f99b52df9be37e4c7e00a2d4cc4aa3..a5cb7dde2eca21e9ba2d3081dcc812891b42eb70 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameCaret.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameCaret.h
|
| @@ -77,8 +77,7 @@ class CORE_EXPORT FrameCaret final
|
| 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 PaintCaret(GraphicsContext&, const LayoutPoint&) const;
|
|
|