| Index: third_party/WebKit/Source/core/editing/LayoutSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/LayoutSelection.h b/third_party/WebKit/Source/core/editing/LayoutSelection.h
|
| index ac5b3c0f850950bb54c637deb4ae0a4dd71d3d52..86062a71f0442af6fc82ee1226b9dab894b7b90b 100644
|
| --- a/third_party/WebKit/Source/core/editing/LayoutSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/LayoutSelection.h
|
| @@ -63,8 +63,6 @@ class LayoutSelection final : public GarbageCollected<LayoutSelection> {
|
| private:
|
| LayoutSelection(FrameSelection&);
|
|
|
| - const VisibleSelection& GetVisibleSelection() const;
|
| -
|
| SelectionInFlatTree CalcVisibleSelection(
|
| const VisibleSelectionInFlatTree&) const;
|
|
|
|
|