| 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 c1d058d3ad7f28cfc677ed799b0c5128e726c3e1..36eb7606a60eca1aa0ae1d58c8d02277b75d0088 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -1737,7 +1737,7 @@ bool FrameView::computeCompositedSelection(LocalFrame& frame,
|
| return false;
|
|
|
| const VisibleSelection& visibleSelection = frame.selection().selection();
|
| - if (visibleSelection.isNone())
|
| + if (visibleSelection.isNone() || !frame.selection().isHandleVisible())
|
| return false;
|
|
|
| // Non-editable caret selections lack any kind of UI affordance, and
|
|
|