| 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..fe63e7c81d7612d8a78beb1245bae650a6eddc95 100644
|
| --- a/Source/core/html/shadow/MediaControlElementTypes.h
|
| +++ b/Source/core/html/shadow/MediaControlElementTypes.h
|
| @@ -63,6 +63,10 @@ enum MediaControlElementType {
|
| MediaTextTrackDisplay,
|
| MediaExitFullscreenButton,
|
| MediaOverlayPlayButton,
|
| + MediaCastOffButton,
|
| + MediaCastOnButton,
|
| + MediaOverlayCastOffButton,
|
| + MediaOverlayCastOnButton,
|
| };
|
|
|
| HTMLMediaElement* toParentMediaElement(Node*);
|
|
|