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

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

Issue 2776983003: Expand FrameSelection/SelectionEditor::firstRange() (Closed)
Patch Set: Created 3 years, 9 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/FrameSelection.h
diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
index 27227ace38b2f5eda2ac736d76646df4aaaecc8f..aaa88fada1c61b5ead9dd2de02c4b88fa52cda6c 100644
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
@@ -180,11 +180,6 @@ class CORE_EXPORT FrameSelection final
const SelectionInDOMTree& selectionInDOMTree() const;
bool isDirectional() const { return selectionInDOMTree().isDirectional(); }
- // If this FrameSelection has a logical range which is still valid, this
- // function return its clone. Otherwise, the return value from underlying
- // VisibleSelection's firstRange() is returned.
- Range* firstRange() const;
-
void documentAttached(Document*);
void didLayout();
« no previous file with comments | « third_party/WebKit/Source/core/editing/DOMSelection.cpp ('k') | third_party/WebKit/Source/core/editing/FrameSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698