| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index a0d27c975a50c86f6a5402efcf74b193c12b1f2f..afe9dd5c7b72edbb52f6071269e38f015d9b2e6a 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -1968,7 +1968,7 @@ bool FrameView::computeCompositedSelection(LocalFrame& frame,
|
| return false;
|
|
|
| const VisibleSelection& visibleSelection = frame.selection().selection();
|
| - if (visibleSelection.isNone() || !frame.selection().isHandleVisible())
|
| + if (visibleSelection.isNone())
|
| return false;
|
|
|
| // Non-editable caret selections lack any kind of UI affordance, and
|
|
|