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

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

Issue 2425623002: Get rid of flat tree version of createVisibleSelection() taking two VisiblePositionInFlatTree (Closed)
Patch Set: 2016-10-18T17:29:55 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 e156eb332d8082c911ed104644df0901a860c337..8048acac563972ef4713d00e51fddfab5de57f61 100644
--- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
+++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
@@ -248,10 +248,6 @@ createVisibleSelection(const EphemeralRangeInFlatTree&,
CORE_EXPORT VisibleSelectionInFlatTree
createVisibleSelection(const VisiblePositionInFlatTree&,
bool isDirectional = false);
-CORE_EXPORT VisibleSelectionInFlatTree
-createVisibleSelection(const VisiblePositionInFlatTree&,
- const VisiblePositionInFlatTree&,
- 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