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

Unified Diff: third_party/WebKit/Source/core/editing/SelectionEditor.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/SelectionEditor.h
diff --git a/third_party/WebKit/Source/core/editing/SelectionEditor.h b/third_party/WebKit/Source/core/editing/SelectionEditor.h
index 322b3b4e2ebe3b98f0f8dfaf4dc4c399595cbd40..bd4af3a3fa0cf378f0f4ca89188646d1479cad49 100644
--- a/third_party/WebKit/Source/core/editing/SelectionEditor.h
+++ b/third_party/WebKit/Source/core/editing/SelectionEditor.h
@@ -61,11 +61,6 @@ class SelectionEditor final : public GarbageCollectedFinalized<SelectionEditor>,
void documentAttached(Document*);
- // 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;
-
// There functions are exposed for |FrameSelection|.
void cacheRangeOfDocument(Range*);
Range* documentCachedRange() const;

Powered by Google App Engine
This is Rietveld 408576698