| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index 884cc68136230ef2a858eccf50090f53ae50ffb4..b8a033b08f996f10b1b91e99d2b4c73945390fe6 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -451,6 +451,9 @@ private:
|
| enum DirectionOfPlayback { Backward, Forward };
|
| DirectionOfPlayback directionOfPlayback() const;
|
|
|
| + // Returns the "effective playback rate" value as specified in the HTML5 spec.
|
| + double effectivePlaybackRate() 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().
|
|
|