| Index: Source/core/html/HTMLVideoElement.idl
|
| diff --git a/Source/core/html/HTMLVideoElement.idl b/Source/core/html/HTMLVideoElement.idl
|
| index 4448cd23542ff2e124ba25f6e8ebe11e29926239..b68a7db0d85e27b4920ef98ae250f3d258bd2ea6 100644
|
| --- a/Source/core/html/HTMLVideoElement.idl
|
| +++ b/Source/core/html/HTMLVideoElement.idl
|
| @@ -32,15 +32,15 @@
|
| readonly attribute unsigned long videoHeight;
|
| [Reflect, URL, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute DOMString poster;
|
|
|
| - [MeasureAs=PrefixedVideoSupportsFullscreen] readonly attribute boolean webkitSupportsFullscreen;
|
| - [MeasureAs=PrefixedVideoDisplayingFullscreen] readonly attribute boolean webkitDisplayingFullscreen;
|
| + [DeprecateAs=PrefixedVideoSupportsFullscreen] readonly attribute boolean webkitSupportsFullscreen;
|
| + [DeprecateAs=PrefixedVideoDisplayingFullscreen] readonly attribute boolean webkitDisplayingFullscreen;
|
|
|
| - [MeasureAs=PrefixedVideoEnterFullscreen, RaisesException, PerWorldBindings, ActivityLogging=ForAllWorlds] void webkitEnterFullscreen();
|
| - [MeasureAs=PrefixedVideoExitFullscreen] void webkitExitFullscreen();
|
| + [DeprecateAs=PrefixedVideoEnterFullscreen, RaisesException, PerWorldBindings, ActivityLogging=ForAllWorlds] void webkitEnterFullscreen();
|
| + [DeprecateAs=PrefixedVideoExitFullscreen] void webkitExitFullscreen();
|
|
|
| // Note the different capitalization of the "S" in FullScreen.
|
| - [MeasureAs=PrefixedVideoEnterFullScreen, ImplementedAs=webkitEnterFullscreen, RaisesException, PerWorldBindings, ActivityLogging=ForAllWorlds] void webkitEnterFullScreen();
|
| - [MeasureAs=PrefixedVideoExitFullScreen, ImplementedAs=webkitExitFullscreen] void webkitExitFullScreen();
|
| + [DeprecateAs=PrefixedVideoEnterFullScreen, ImplementedAs=webkitEnterFullscreen, RaisesException, PerWorldBindings, ActivityLogging=ForAllWorlds] void webkitEnterFullScreen();
|
| + [DeprecateAs=PrefixedVideoExitFullScreen, ImplementedAs=webkitExitFullscreen] void webkitExitFullScreen();
|
|
|
| // The number of frames that have been decoded and made available for
|
| // playback.
|
|
|