| Index: Source/core/html/shadow/MediaControlElementTypes.h
|
| diff --git a/Source/core/html/shadow/MediaControlElementTypes.h b/Source/core/html/shadow/MediaControlElementTypes.h
|
| index 007e710f8d4a460b0519ac2a599b556705db058c..2187e1fa927be4357d6c1b9e497f6112dac28c52 100644
|
| --- a/Source/core/html/shadow/MediaControlElementTypes.h
|
| +++ b/Source/core/html/shadow/MediaControlElementTypes.h
|
| @@ -63,6 +63,8 @@ enum MediaControlElementType {
|
| MediaTextTrackDisplay,
|
| MediaExitFullscreenButton,
|
| MediaOverlayPlayButton,
|
| + MediaCastOffButton,
|
| + MediaCastOnButton
|
| };
|
|
|
| HTMLMediaElement* toParentMediaElement(Node*);
|
|
|