| Index: third_party/WebKit/Source/core/editing/SelectionAdjuster.h
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionAdjuster.h b/third_party/WebKit/Source/core/editing/SelectionAdjuster.h
|
| index 37d11e614da290754349740cd5222dcf17d21a5b..92df242ae6802d952a1163c79ec7f054f13d712d 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionAdjuster.h
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionAdjuster.h
|
| @@ -17,10 +17,6 @@ class CORE_EXPORT SelectionAdjuster final {
|
| STATIC_ONLY(SelectionAdjuster);
|
|
|
| public:
|
| - static void adjustSelectionInFlatTree(VisibleSelectionInFlatTree*,
|
| - const VisibleSelection&);
|
| - static void adjustSelectionInDOMTree(VisibleSelection*,
|
| - const VisibleSelectionInFlatTree&);
|
| static void adjustSelectionToAvoidCrossingShadowBoundaries(VisibleSelection*);
|
| static void adjustSelectionToAvoidCrossingShadowBoundaries(
|
| VisibleSelectionInFlatTree*);
|
|
|