| Index: third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.h b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| index a8df45913e415587e09403c564639c6addf0284b..46cc66e5fa603ba6da3eb07b041af475f9a34c2f 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| @@ -53,6 +53,10 @@ class CORE_EXPORT HTMLVideoElement final : public HTMLMediaElement,
|
| static HTMLVideoElement* create(Document&);
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| + // Node override.
|
| + Node::InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| + void removedFrom(ContainerNode*) override;
|
| +
|
| unsigned videoWidth() const;
|
| unsigned videoHeight() const;
|
|
|
|
|