| 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 55710319706c7243216f9eb46691f2b372b90101..7e6d145f680ea1af8f6c95433b8e4bfd8d1c0847 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -187,7 +187,7 @@ public:
|
| bool isCaretBoundsDirty() const;
|
| void setCaretRectNeedsUpdate();
|
| void scheduleVisualUpdate() const;
|
| - void invalidateCaretRect();
|
| + void invalidateCaretRect(bool forceInvalidation = false);
|
| void paintCaret(GraphicsContext&, const LayoutPoint&);
|
|
|
| // Used to suspend caret blinking while the mouse is down.
|
|
|