| 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
|
| deleted file mode 100644
|
| index 13a1f1361e8b36a225e8244f5c1eb36e355e6ff2..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/core/editing/SelectionAdjuster.h
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -// Copyright 2016 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef SelectionAdjuster_h
|
| -#define SelectionAdjuster_h
|
| -
|
| -#include "core/editing/VisibleSelection.h"
|
| -
|
| -namespace blink {
|
| -
|
| -// TODO(xiaochengh): Move everything to VisibleSelection.cpp.
|
| -
|
| -enum class AdjustDirection { kAdjustNone, kAdjustStart, kAdjustEnd };
|
| -
|
| -std::pair<AdjustDirection, Position> adjustmentToAvoidCrossingShadowBoundaries(
|
| - const VisibleSelection&);
|
| -std::pair<AdjustDirection, PositionInFlatTree>
|
| -adjustmentToAvoidCrossingShadowBoundaries(const VisibleSelectionInFlatTree&);
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // SelectionAdjuster_h
|
|
|