| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index f9b89d21549268262b66a06866788587412cf8e1..884cc68136230ef2a858eccf50090f53ae50ffb4 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -447,6 +447,10 @@ private:
|
|
|
| blink::WebMediaPlayer::CORSMode corsMode() const;
|
|
|
| + // Returns the "direction of playback" value as specified in the HTML5 spec.
|
| + enum DirectionOfPlayback { Backward, Forward };
|
| + DirectionOfPlayback directionOfPlayback() const;
|
| +
|
| // Creates placeholder AudioTrack and/or VideoTrack objects when WebMemediaPlayer objects
|
| // advertise they have audio and/or video, but don't explicitly signal them via
|
| // addAudioTrack() and addVideoTrack().
|
|
|