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

Unified Diff: Source/core/html/HTMLRTElement.cpp

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle 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/html/HTMLRTElement.h ('k') | Source/core/html/HTMLRubyElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLRTElement.cpp
diff --git a/Source/core/html/HTMLRTElement.cpp b/Source/core/html/HTMLRTElement.cpp
index 1c98684850790b6e8a066566f45f956a8ea08340..70c8bad67d3374d72033baa719e07bf576ad0407 100644
--- a/Source/core/html/HTMLRTElement.cpp
+++ b/Source/core/html/HTMLRTElement.cpp
@@ -19,7 +19,7 @@ inline HTMLRTElement::HTMLRTElement(Document& document)
DEFINE_NODE_FACTORY(HTMLRTElement)
-LayoutObject* HTMLRTElement::createLayoutObject(const LayoutStyle& style)
+LayoutObject* HTMLRTElement::createLayoutObject(const ComputedStyle& style)
{
if (style.display() == BLOCK)
return new LayoutRubyText(this);
« no previous file with comments | « Source/core/html/HTMLRTElement.h ('k') | Source/core/html/HTMLRubyElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698