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

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

Issue 2442673002: Get rid of createVisibleSelection() taking one Position (Closed)
Patch Set: 2016-10-24T17:42:38 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 0b42f611b310b9eec80783eb980edaadff04ae1f..a5873cf5a86c5648fe008f7e8624130812d710dd 100644
--- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
+++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
@@ -209,9 +209,6 @@ using VisibleSelectionInFlatTree =
// TODO(yosin): We should get rid of |createVisibleSelection()| overloads
// except for taking |SelectionInDOMTree| and |SelectionInFlatTree|.
CORE_EXPORT VisibleSelection createVisibleSelection(const SelectionInDOMTree&);
-CORE_EXPORT VisibleSelection createVisibleSelection(const Position&,
- TextAffinity,
- bool isDirectional = false);
CORE_EXPORT VisibleSelection
createVisibleSelection(const Position& base,
const Position& extent,
« no previous file with comments | « third_party/WebKit/Source/core/editing/FrameSelection.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