| Index: third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.cpp b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| index 7a0fa9a8dbdd5f6af3258dc8d58393e55bcee9a1..32f757091bc7672b4cd4d36b70da3af669fd239d 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| @@ -235,10 +235,8 @@ void FrameSelection::setSelection(const SelectionInDOMTree& passedSelection,
|
| }
|
| }
|
|
|
| - if (!(options & DoNotUpdateAppearance)) {
|
| - m_frameCaret->stopCaretBlinkTimer();
|
| - updateAppearance();
|
| - }
|
| + m_frameCaret->stopCaretBlinkTimer();
|
| + updateAppearance();
|
|
|
| // Always clear the x position used for vertical arrow navigation.
|
| // It will be restored by the vertical arrow navigation code if necessary.
|
|
|