| 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..c2dbd58980be5c8a8548079fb6c077048123ba52 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -151,7 +151,6 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
|
| void ClearSelection();
|
| bool HasPendingSelection() const;
|
| void CommitPendingSelection();
|
| - void SelectionStartEnd(int& start_pos, int& end_pos);
|
|
|
| void AbsoluteRects(Vector<IntRect>&,
|
| const LayoutPoint& accumulated_offset) const override;
|
|
|