| 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 dff9ec6cdf05317ec33675b3d62167066f24030e..3db70848aacc22a7b096156b214bd60d2d82261c 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -1958,7 +1958,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
|
|
|