| Index: Source/core/html/HTMLVideoElement.h
|
| diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h
|
| index 64e03ad9f024ec41986d68f9c6cec1e0dff3a083..313ea7c91b1a073411e9672dfda06f9f9d998414 100644
|
| --- a/Source/core/html/HTMLVideoElement.h
|
| +++ b/Source/core/html/HTMLVideoElement.h
|
| @@ -35,7 +35,7 @@ class HTMLImageLoader;
|
|
|
| class HTMLVideoElement FINAL : public HTMLMediaElement {
|
| public:
|
| - static PassRefPtr<HTMLVideoElement> create(Document&, bool createdByParser = false);
|
| + static PassRefPtr<HTMLVideoElement> create(Document&);
|
|
|
| unsigned videoWidth() const;
|
| unsigned videoHeight() const;
|
| @@ -62,7 +62,7 @@ public:
|
| KURL posterImageURL() const;
|
|
|
| private:
|
| - HTMLVideoElement(Document&, bool);
|
| + HTMLVideoElement(Document&);
|
|
|
| virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
|
| virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
|
|
|