| Index: Source/core/editing/FrameSelection.h
|
| diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
|
| index ebffebe35f6ffa60f3aa7b1f63c8f5b722ede3d2..52ba44739b51c5ef3256b9f065a27f770dbcfef0 100644
|
| --- a/Source/core/editing/FrameSelection.h
|
| +++ b/Source/core/editing/FrameSelection.h
|
| @@ -89,6 +89,10 @@ public:
|
| NonDirectional,
|
| Directional
|
| };
|
| + enum UpdateAppearanceOption {
|
| + None,
|
| + ResetCaretBlink
|
| + };
|
|
|
| Element* rootEditableElement() const { return m_selection.rootEditableElement(); }
|
| Element* rootEditableElementOrDocumentElement() const;
|
| @@ -184,7 +188,7 @@ public:
|
| void pageActivationChanged();
|
|
|
| // Painting.
|
| - void updateAppearance();
|
| + void updateAppearance(UpdateAppearanceOption = None);
|
|
|
| void updateSecureKeyboardEntryIfActive();
|
|
|
|
|