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

Unified Diff: Source/core/html/shadow/MediaControlElementTypes.h

Issue 291163004: Implement media cast buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Tidy up button name Created 6 years, 4 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: Source/core/html/shadow/MediaControlElementTypes.h
diff --git a/Source/core/html/shadow/MediaControlElementTypes.h b/Source/core/html/shadow/MediaControlElementTypes.h
index 700203453a2f845a0291ecf0eb5ea732d06a717d..1b5df1546213e8dc0101d3b7824caed230c1ccb0 100644
--- a/Source/core/html/shadow/MediaControlElementTypes.h
+++ b/Source/core/html/shadow/MediaControlElementTypes.h
@@ -63,6 +63,11 @@ enum MediaControlElementType {
MediaTextTrackDisplay,
MediaExitFullscreenButton,
MediaOverlayPlayButton,
+ MediaCastOffButton,
+ MediaCastOnButton,
+ MediaOverlayCastOffButton,
+ MediaOverlayCastOnButton,
+
};
HTMLMediaElement* toParentMediaElement(Node*);

Powered by Google App Engine
This is Rietveld 408576698