| 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 9ae55ed20665f955d7a518ac1f96944bb4a3a4e1..5811c817c3fcb9cbfd500134713e79aa0941c18d 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -1979,8 +1979,7 @@ bool FrameView::computeCompositedSelection(LocalFrame& frame,
|
| if (!frame.view() || frame.view()->shouldThrottleRendering())
|
| return false;
|
|
|
| - const VisibleSelection& visibleSelection =
|
| - frame.selection().computeVisibleSelectionInDOMTree();
|
| + const VisibleSelection& visibleSelection = frame.selection().selection();
|
| if (visibleSelection.isNone() || !frame.selection().isHandleVisible())
|
| return false;
|
|
|
|
|