| Index: third_party/WebKit/Source/core/layout/LayoutView.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| index ed3ca8df3b96eaca4970fc2d055dc969dd207809..fce8d9c7ce4e3e9f390b7b72bb2466b80ef0c3e9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -149,7 +149,6 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
|
| const LayoutPoint&) const override;
|
|
|
| void ClearSelection();
|
| - bool HasPendingSelection() const;
|
| void CommitPendingSelection();
|
| void SelectionStartEnd(int& start_pos, int& end_pos);
|
|
|
|
|