| 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 c380e310f2542f72e4dc790659887ac73905d7fb..688684fd33e2802f7954d9af70c7b122a12a488a 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -1891,7 +1891,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
|
|
|