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

Unified Diff: Source/core/layout/LayoutText.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/layout/LayoutTableCellTest.cpp ('k') | Source/core/layout/LayoutText.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutText.h
diff --git a/Source/core/layout/LayoutText.h b/Source/core/layout/LayoutText.h
index 9ce8ec0ecad955fadeed969d7c4c8ab3b7575621..e926dbba997fbc928df40690a86e6c87799efccb 100644
--- a/Source/core/layout/LayoutText.h
+++ b/Source/core/layout/LayoutText.h
@@ -234,9 +234,9 @@ inline void LayoutText::checkConsistency() const
}
#endif
-inline LayoutText* Text::renderer() const
+inline LayoutText* Text::layoutObject() const
{
- return toLayoutText(CharacterData::renderer());
+ return toLayoutText(CharacterData::layoutObject());
}
void applyTextTransform(const LayoutStyle*, String&, UChar);
« no previous file with comments | « Source/core/layout/LayoutTableCellTest.cpp ('k') | Source/core/layout/LayoutText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698