| Index: third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.cpp b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| index f639ca8f81ff559310430e556eec87b95de382ab..9a2ffe25acce301bb2e00f7f2b32b52393481279 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| @@ -1172,6 +1172,10 @@ void FrameSelection::ClearLayoutSelection() {
|
| layout_selection_->ClearSelection();
|
| }
|
|
|
| +bool FrameSelection::LayoutSelectionForceHide() {
|
| + return layout_selection_->ForceHide();
|
| +}
|
| +
|
| } // namespace blink
|
|
|
| #ifndef NDEBUG
|
|
|