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); |
} |