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

Unified Diff: Source/core/layout/LayoutText.h

Issue 977113003: Rename renderer() to layoutObject(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase to master Created 5 years, 10 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: Source/core/layout/LayoutText.h
diff --git a/Source/core/layout/LayoutText.h b/Source/core/layout/LayoutText.h
index 6d93c0569378764c1d17696fde56e12d85edd5a7..c2cca3a5c1d5c08e6d8f996ba4885f3e91761a1c 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);

Powered by Google App Engine
This is Rietveld 408576698