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

Unified Diff: Source/core/layout/LayoutRubyText.cpp

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/LayoutRubyText.cpp
diff --git a/Source/core/layout/LayoutRubyText.cpp b/Source/core/layout/LayoutRubyText.cpp
index 90aed6185579b499fae88436802d54da5195cb62..1e8a36f96995ae8a7cd349f29a3c8c3d786a1ba2 100644
--- a/Source/core/layout/LayoutRubyText.cpp
+++ b/Source/core/layout/LayoutRubyText.cpp
@@ -44,7 +44,7 @@ LayoutRubyText::~LayoutRubyText()
{
}
-bool LayoutRubyText::isChildAllowed(RenderObject* child, RenderStyle*) const
+bool LayoutRubyText::isChildAllowed(LayoutObject* child, RenderStyle*) const
{
return child->isInline();
}

Powered by Google App Engine
This is Rietveld 408576698