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

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-20T13:19:29 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 f1437205fadc4ff0367fd6ee271d494a3dd7a787..36b483cdf35072aa719ea3e1d5f8666a139df399 100644
--- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
+++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
@@ -241,10 +241,6 @@ createVisibleSelection(const PositionInFlatTree& base,
const PositionInFlatTree& extent,
TextAffinity = SelDefaultAffinity,
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