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