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

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

Issue 2432383002: Get rid of flat tree version of createVisibleSelection() taking two PositionInFlatTree (Closed)
Patch Set: 2016-10-20T15:59:37 Created 4 years, 2 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/VisibleSelection.h
diff --git a/third_party/WebKit/Source/core/editing/VisibleSelection.h b/third_party/WebKit/Source/core/editing/VisibleSelection.h
index 227f0d14b3edcdfd47c010109e5ad82f7176b12a..8951cf6730a4bcf2a07b0fecaa9f3f2739e8e7b2 100644
--- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
+++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
@@ -234,11 +234,6 @@ CORE_EXPORT VisibleSelection createVisibleSelection(const PositionWithAffinity&,
CORE_EXPORT VisibleSelectionInFlatTree
createVisibleSelection(const SelectionInFlatTree&);
-CORE_EXPORT VisibleSelectionInFlatTree
-createVisibleSelection(const PositionInFlatTree& base,
- const PositionInFlatTree& extent,
- TextAffinity = SelDefaultAffinity,
- bool isDirectional = false);
// We don't yet support multi-range selections, so we only ever have one range
// to return.

Powered by Google App Engine
This is Rietveld 408576698