| Index: Source/core/html/HTMLVideoElement.h
|
| diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h
|
| index eaba86a9ae9341acd4f94aa245cf472f657cf8d3..29ae4f743e107b45587a81e5264672ec52f53f95 100644
|
| --- a/Source/core/html/HTMLVideoElement.h
|
| +++ b/Source/core/html/HTMLVideoElement.h
|
| @@ -90,8 +90,8 @@ public:
|
| private:
|
| HTMLVideoElement(Document&);
|
|
|
| - virtual bool layoutObjectIsNeeded(const LayoutStyle&) override;
|
| - virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
|
| + virtual bool layoutObjectIsNeeded(const ComputedStyle&) override;
|
| + virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| virtual void attach(const AttachContext& = AttachContext()) override;
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
| virtual bool isPresentationAttribute(const QualifiedName&) const override;
|
|
|