Index: Source/core/html/HTMLVideoElement.h |
diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h |
index 99c226ad26a8e20fa19e62a699f0e370e9c22557..c93933068d2c474029ad26b499877ad751f4ee94 100644 |
--- a/Source/core/html/HTMLVideoElement.h |
+++ b/Source/core/html/HTMLVideoElement.h |
@@ -73,7 +73,7 @@ public: |
private: |
HTMLVideoElement(const QualifiedName&, Document&, bool); |
- virtual bool rendererIsNeeded(const NodeRenderingContext&); |
+ virtual bool rendererIsNeeded(const RenderStyle&); |
virtual RenderObject* createRenderer(RenderStyle*); |
virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |