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

Unified Diff: Source/core/html/HTMLMediaElement.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/HTMLMediaElement.h ('k') | Source/core/html/HTMLMeterElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMediaElement.cpp
diff --git a/Source/core/html/HTMLMediaElement.cpp b/Source/core/html/HTMLMediaElement.cpp
index 608643b410e49b9603245f3be38885abb6d54622..e66d71c786f51e6e8f9cb5467fff7a51333fe3fd 100644
--- a/Source/core/html/HTMLMediaElement.cpp
+++ b/Source/core/html/HTMLMediaElement.cpp
@@ -566,12 +566,12 @@ void HTMLMediaElement::finishParsingChildren()
scheduleDelayedAction(LoadTextTrackResource);
}
-bool HTMLMediaElement::layoutObjectIsNeeded(const LayoutStyle& style)
+bool HTMLMediaElement::layoutObjectIsNeeded(const ComputedStyle& style)
{
return shouldShowControls() && HTMLElement::layoutObjectIsNeeded(style);
}
-LayoutObject* HTMLMediaElement::createLayoutObject(const LayoutStyle&)
+LayoutObject* HTMLMediaElement::createLayoutObject(const ComputedStyle&)
{
return new LayoutMedia(this);
}
« no previous file with comments | « Source/core/html/HTMLMediaElement.h ('k') | Source/core/html/HTMLMeterElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698