| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index cb4e147e278d2438c1a5aca34207cc9b7ca8a063..5fd7ae529edd4739074a3d724fab19c7658778e6 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -308,7 +308,6 @@ private:
|
|
|
| virtual bool supportsFocus() const override final;
|
| virtual bool isMouseFocusable() const override final;
|
| - virtual bool layoutObjectIsNeeded(const ComputedStyle&) override;
|
| virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) override final;
|
| virtual void didNotifySubtreeInsertionsToDocument() override;
|
|
|