Index: Source/core/html/HTMLMediaElement.h |
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h |
index 66ce670f9efb966fad54855eecc566d93fb42732..86bc8918cf3898b18d5a5814ad8e555f59b35780 100644 |
--- a/Source/core/html/HTMLMediaElement.h |
+++ b/Source/core/html/HTMLMediaElement.h |
@@ -336,9 +336,9 @@ private: |
virtual bool hasCustomFocusLogic() const OVERRIDE; |
virtual bool supportsFocus() const; |
virtual bool isMouseFocusable() const; |
- virtual bool rendererIsNeeded(const NodeRenderingContext&); |
+ virtual bool rendererIsNeeded(const RenderStyle&); |
virtual RenderObject* createRenderer(RenderStyle*); |
- virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const OVERRIDE; |
+ virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE; |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
virtual void removedFrom(ContainerNode*) OVERRIDE; |
virtual void didRecalcStyle(StyleRecalcChange); |