Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(516)

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.h

Issue 2767763002: Fix the conditions when fullscreen detector listeners are registered (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLVideoElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLVideoElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698