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

Unified Diff: Source/core/html/HTMLMeterElement.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/HTMLMeterElement.h ('k') | Source/core/html/HTMLNoEmbedElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMeterElement.cpp
diff --git a/Source/core/html/HTMLMeterElement.cpp b/Source/core/html/HTMLMeterElement.cpp
index a64382b5d0a2c548ff4b4b3bed755d77942a2d9f..c3f1f01f8875beff6e8113540dec3bee4f4256ad 100644
--- a/Source/core/html/HTMLMeterElement.cpp
+++ b/Source/core/html/HTMLMeterElement.cpp
@@ -55,7 +55,7 @@ PassRefPtrWillBeRawPtr<HTMLMeterElement> HTMLMeterElement::create(Document& docu
return meter.release();
}
-LayoutObject* HTMLMeterElement::createLayoutObject(const LayoutStyle& style)
+LayoutObject* HTMLMeterElement::createLayoutObject(const ComputedStyle& style)
{
if (hasOpenShadowRoot() || !LayoutTheme::theme().supportsMeter(style.appearance()))
return LayoutObject::createObject(this, style);
« no previous file with comments | « Source/core/html/HTMLMeterElement.h ('k') | Source/core/html/HTMLNoEmbedElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698