| 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 7be6e9d5e04046e43095230f5cf6aee20f7a9892..ed02f411a67fb30a07817d89e11e0abc1eedc3df 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -216,8 +216,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&);
|
|
|
|
|