Chromium Code Reviews| 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..16bc71e7e3d226504d0d8f5706c5e573405332ed 100644 |
| --- a/third_party/WebKit/Source/core/editing/FrameCaret.h |
| +++ b/third_party/WebKit/Source/core/editing/FrameCaret.h |
| @@ -52,7 +52,7 @@ public: |
| void setCaretVisibility(CaretVisibility) override; |
| bool isCaretBoundsDirty() const { return m_caretRectDirty; } |
| void setCaretRectNeedsUpdate(); |
| - void invalidateCaretRect(); |
| + void invalidateCaretRect(bool forceInvalidation); |
|
chrishtr
2016/09/01 23:45:58
Document briefly.
wkorman
2016/09/02 00:02:46
Done.
|
| IntRect absoluteCaretBounds(); |
| bool shouldShowBlockCursor() const { return m_shouldShowBlockCursor; } |