| Index: third_party/WebKit/Source/core/editing/FrameSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| index a145ccb7ecb15fee9af43359cef2c300884a8a60..4a346e9498a044a91b349a29f467b6e4350b8250 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -255,6 +255,7 @@ class CORE_EXPORT FrameSelection final
|
|
|
| std::pair<int, int> LayoutSelectionStartEnd();
|
| void ClearLayoutSelection();
|
| + bool LayoutSelectionForceHide();
|
|
|
| DECLARE_TRACE();
|
|
|
|
|