| 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 9a7c7711239e4f7852563c5deaa9bd9b2d330767..27227ace38b2f5eda2ac736d76646df4aaaecc8f 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -199,8 +199,7 @@ class CORE_EXPORT FrameSelection final
|
| void layoutBlockWillBeDestroyed(const LayoutBlock&);
|
| void updateStyleAndLayoutIfNeeded();
|
| void invalidatePaintIfNeeded(const LayoutBlock&,
|
| - const PaintInvalidatorContext&,
|
| - PaintInvalidationReason);
|
| + const PaintInvalidatorContext&);
|
|
|
| void paintCaret(GraphicsContext&, const LayoutPoint&);
|
|
|
|
|