Index: Source/core/html/HTMLVideoElement.h |
diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h |
index 16e008e85e7d62f34012c3f6ce0652d2f1217b66..21a6edfb4b3cae836b8a27ec318dd70eb4c1aecf 100644 |
--- a/Source/core/html/HTMLVideoElement.h |
+++ b/Source/core/html/HTMLVideoElement.h |
@@ -90,7 +90,6 @@ public: |
private: |
HTMLVideoElement(Document&); |
- 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; |