Index: Source/core/html/HTMLVideoElement.cpp |
diff --git a/Source/core/html/HTMLVideoElement.cpp b/Source/core/html/HTMLVideoElement.cpp |
index cfae109f4980a33059759aae2f8a6b64006b6625..95bbff29794bb896b256b5834ed4103ad0a0e625 100644 |
--- a/Source/core/html/HTMLVideoElement.cpp |
+++ b/Source/core/html/HTMLVideoElement.cpp |
@@ -71,12 +71,12 @@ DEFINE_TRACE(HTMLVideoElement) |
HTMLMediaElement::trace(visitor); |
} |
-bool HTMLVideoElement::layoutObjectIsNeeded(const LayoutStyle& style) |
+bool HTMLVideoElement::layoutObjectIsNeeded(const ComputedStyle& style) |
{ |
return HTMLElement::layoutObjectIsNeeded(style); |
} |
-LayoutObject* HTMLVideoElement::createLayoutObject(const LayoutStyle&) |
+LayoutObject* HTMLVideoElement::createLayoutObject(const ComputedStyle&) |
{ |
return new LayoutVideo(this); |
} |