| Index: third_party/WebKit/Source/core/editing/DragCaret.h
|
| diff --git a/third_party/WebKit/Source/core/editing/DragCaret.h b/third_party/WebKit/Source/core/editing/DragCaret.h
|
| index 75aa6402e927cbc7ec50697f328133558d89befe..562b39551fecf5c5edab4f98eff9df5a743f701f 100644
|
| --- a/third_party/WebKit/Source/core/editing/DragCaret.h
|
| +++ b/third_party/WebKit/Source/core/editing/DragCaret.h
|
| @@ -52,8 +52,7 @@ class DragCaret final : public GarbageCollectedFinalized<DragCaret>,
|
| void layoutBlockWillBeDestroyed(const LayoutBlock&);
|
| void updateStyleAndLayoutIfNeeded();
|
| void invalidatePaintIfNeeded(const LayoutBlock&,
|
| - const PaintInvalidatorContext&,
|
| - PaintInvalidationReason);
|
| + const PaintInvalidatorContext&);
|
|
|
| bool shouldPaintCaret(const LayoutBlock&) const;
|
| void paintDragCaret(const LocalFrame*,
|
|
|