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

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

Issue 2767823002: Media Remoting: Add interstitial elements to media element shadow dom. (Closed)
Patch Set: Rebased. Created 3 years, 8 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
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 85a51d23bcba0db442ca7f518436d47b6e2ea570..c61d5df71763a3c9d41c088da17afab4f569ccb3 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -350,6 +350,9 @@ class CORE_EXPORT HTMLMediaElement
DisplayMode GetDisplayMode() const { return display_mode_; }
virtual void SetDisplayMode(DisplayMode mode) { display_mode_ = mode; }
+ // Assert the correct order of the children in shadow dom when DCHECK is on.
+ static void AssertShadowRootChildren(ShadowRoot&);
+
private:
// Friend class for testing.
friend class MediaElementFillingViewportTest;
« no previous file with comments | « third_party/WebKit/Source/core/html/BUILD.gn ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698