Chromium Code Reviews| 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, |
| + |
|
Peter Beverloo
2014/09/15 12:59:38
micro nit: excess blank line.
aberent
2014/09/16 09:44:18
Done.
|
| }; |
| HTMLMediaElement* toParentMediaElement(Node*); |