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

Unified Diff: Source/core/dom/Text.h

Issue 977113003: Rename renderer() to layoutObject(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/core/dom/Range.cpp ('k') | Source/core/dom/Text.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Text.h
diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h
index 35276245786c2ce67c7acc8e0576e64e9b2c6a41..e81a0702ba12a11fd04e91c3df6c6f56e3def35b 100644
--- a/Source/core/dom/Text.h
+++ b/Source/core/dom/Text.h
@@ -38,7 +38,7 @@ public:
static PassRefPtrWillBeRawPtr<Text> create(Document&, const String&);
static PassRefPtrWillBeRawPtr<Text> createEditingText(Document&, const String&);
- LayoutText* renderer() const;
+ LayoutText* layoutObject() const;
// mergeNextSiblingNodesIfPossible() merges next sibling nodes if possible
// then returns a node not merged.
« no previous file with comments | « Source/core/dom/Range.cpp ('k') | Source/core/dom/Text.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698