| 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..09ff7d9e6c4b34c220275760370791ef20ed1957 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -1707,6 +1707,7 @@ bool FrameView::computeCompositedSelection(LocalFrame& frame, CompositedSelectio
|
| if (HTMLTextFormControlElement* enclosingTextFormControlElement = enclosingTextFormControl(visibleSelection.rootEditableElement()))
|
| selection.isEmptyTextFormControl = enclosingTextFormControlElement->value().isEmpty();
|
| }
|
| + selection.isHandleVisible = visibleSelection.isHandleVisible();
|
| selection.start.isTextDirectionRTL |= primaryDirectionOf(*visibleSelection.start().anchorNode()) == RTL;
|
| selection.end.isTextDirectionRTL |= primaryDirectionOf(*visibleSelection.end().anchorNode()) == RTL;
|
|
|
|
|