| 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 fccdf4bdaf1c8e542bce67dcd3cdb97429682eef..3192c97ec23fd641c042b42269fd93c80264a010 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -159,8 +159,6 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
|
| void clearSelection();
|
| bool hasPendingSelection() const;
|
| void commitPendingSelection();
|
| - LayoutObject* selectionStart();
|
| - LayoutObject* selectionEnd();
|
| IntRect selectionBounds();
|
| void selectionStartEnd(int& startPos, int& endPos);
|
| void invalidatePaintForSelection();
|
|
|