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

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

Issue 2430253003: Get rid of createVisibleSelection() to take EphemeralRange (Closed)
Patch Set: 2016-10-20T14:03:19 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 2272939031b15856df3631c4a2aa53d00b33cf0d..44b9aea5d2ac3f46bcaabf1395eef506bb170720 100644
--- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
+++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
@@ -222,10 +222,6 @@ createVisibleSelection(const Position& base,
const Position& extent,
TextAffinity = SelDefaultAffinity,
bool isDirectional = false);
-CORE_EXPORT VisibleSelection
-createVisibleSelection(const EphemeralRange&,
- TextAffinity = SelDefaultAffinity,
- bool isDirectional = false);
CORE_EXPORT VisibleSelection createVisibleSelection(const VisiblePosition&,
const VisiblePosition&,
bool isDirectional = false);
« no previous file with comments | « third_party/WebKit/Source/core/editing/Editor.cpp ('k') | third_party/WebKit/Source/core/editing/VisibleSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698