| 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 253275660843da4575402697e35a0a9115120ecc..272d016a9fab7f6db869dfee5159145c5c935ff4 100644
|
| --- a/third_party/WebKit/Source/core/editing/LayoutSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/LayoutSelection.h
|
| @@ -88,9 +88,6 @@ class LayoutSelection final : public GarbageCollected<LayoutSelection> {
|
| private:
|
| LayoutSelection(FrameSelection&);
|
|
|
| - SelectionInFlatTree CalcVisibleSelection(
|
| - const VisibleSelectionInFlatTree&) const;
|
| -
|
| Member<FrameSelection> frame_selection_;
|
| bool has_pending_selection_ : 1;
|
|
|
|
|