| 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 1c43c7a496c3e63ea0d15992c5cf1b5dc029565d..b88111ee6fae6c077d2ba2f84a6a0ee85d00db53 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -155,6 +155,7 @@ class CORE_EXPORT FrameSelection final
|
| // the frame you entirely selected.
|
| void selectFrameElementInParentIfFullySelected();
|
|
|
| + bool contains(const HitTestResult&);
|
| bool contains(const LayoutPoint&);
|
|
|
| SelectionType getSelectionType() const {
|
|
|