| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| index a61c1644592579e43d0c79c114bd269d3c4be00b..8fc0e07c559f2ec4ff60bc00349ea7fefd114a50 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -332,6 +332,9 @@ class CORE_EXPORT HTMLMediaElement
|
| bool isURLAttribute(const Attribute&) const override;
|
| void attachLayoutTree(const AttachContext& = AttachContext()) override;
|
|
|
| + InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| + void removedFrom(ContainerNode*) override;
|
| +
|
| void didMoveToNewDocument(Document& oldDocument) override;
|
| virtual KURL posterImageURL() const { return KURL(); }
|
|
|
| @@ -352,9 +355,7 @@ class CORE_EXPORT HTMLMediaElement
|
| bool isMouseFocusable() const final;
|
| bool layoutObjectIsNeeded(const ComputedStyle&) override;
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
| - InsertionNotificationRequest insertedInto(ContainerNode*) final;
|
| void didNotifySubtreeInsertionsToDocument() override;
|
| - void removedFrom(ContainerNode*) final;
|
| void didRecalcStyle() final;
|
|
|
| bool canStartSelection() const override { return false; }
|
|
|