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

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

Issue 1611953002: Rename editableRootElementForPosition() to rootEditableElementOf() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-01-21T18:23:57 Created 4 years, 11 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/EditingUtilities.h
diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.h b/third_party/WebKit/Source/core/editing/EditingUtilities.h
index 7447cc0dbad4e0882d595d232b07867f1b10739a..73950d91b4d73bd234152ae62a12bb0a713ebd02 100644
--- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
+++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
@@ -281,8 +281,8 @@ Node* enclosingListChild(Node*);
PassRefPtrWillBeRawPtr<HTMLSpanElement> createTabSpanElement(Document&);
PassRefPtrWillBeRawPtr<HTMLSpanElement> createTabSpanElement(Document&, const String& tabText);
-Element* editableRootElementForPosition(const Position&, EditableType = ContentIsEditable);
-Element* editableRootElementForPosition(const PositionInComposedTree&, EditableType = ContentIsEditable);
+Element* rootEditableElementOf(const Position&, EditableType = ContentIsEditable);
+Element* rootEditableElementOf(const PositionInComposedTree&, EditableType = ContentIsEditable);
Element* rootEditableElementOf(const VisiblePosition&);
Element* unsplittableElementForPosition(const Position&);

Powered by Google App Engine
This is Rietveld 408576698