| 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 50639c1d25936bd758c12e8062844441e7d27a13..2b42892cba212ba2e722175bbc8019d7e53cbc07 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameCaret.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameCaret.h
|
| @@ -78,8 +78,7 @@ class CORE_EXPORT FrameCaret final
|
| void layoutBlockWillBeDestroyed(const LayoutBlock&);
|
| void updateStyleAndLayoutIfNeeded();
|
| void invalidatePaintIfNeeded(const LayoutBlock&,
|
| - const PaintInvalidatorContext&,
|
| - PaintInvalidationReason);
|
| + const PaintInvalidatorContext&);
|
|
|
| bool shouldPaintCaret(const LayoutBlock&) const;
|
| void paintCaret(GraphicsContext&, const LayoutPoint&) const;
|
|
|