Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: third_party/WebKit/Source/core/editing/SelectionAdjuster.h

Issue 2759943004: CANCELLED Merge SelectionAdjuster into VisibleSelection part 2 (Closed)
Patch Set: Rebased Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/Source/core/editing/BUILD.gn ('k') | third_party/WebKit/Source/core/editing/SelectionAdjuster.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698