| 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 5af1d58c408f28bdc2ae1460e61aacc7837e496c..37f1203ed8c04f344b37f20aef1a122748c94034 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameCaret.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameCaret.h
|
| @@ -52,7 +52,9 @@ public:
|
| void setCaretVisibility(CaretVisibility) override;
|
| bool isCaretBoundsDirty() const { return m_caretRectDirty; }
|
| void setCaretRectNeedsUpdate();
|
| - void invalidateCaretRect();
|
| + // If |forceInvalidation| is true the caret's previous and new rectangles
|
| + // are forcibly invalidated regardless of the state of the blink timer.
|
| + void invalidateCaretRect(bool forceInvalidation);
|
| IntRect absoluteCaretBounds();
|
|
|
| bool shouldShowBlockCursor() const { return m_shouldShowBlockCursor; }
|
|
|