| Index: webkit/glue/webmediaplayer_impl.h
|
| diff --git a/webkit/glue/webmediaplayer_impl.h b/webkit/glue/webmediaplayer_impl.h
|
| index 3e42793c5f7cee76489d8e617a3866ad53958a4d..3bce68959fb68b572017994a0e801d3bc639cdf8 100644
|
| --- a/webkit/glue/webmediaplayer_impl.h
|
| +++ b/webkit/glue/webmediaplayer_impl.h
|
| @@ -188,6 +188,10 @@ class WebMediaPlayerImpl : public WebKit::WebMediaPlayer,
|
| virtual void setVisible(bool visible);
|
| virtual bool setAutoBuffer(bool autoBuffer);
|
| virtual bool totalBytesKnown();
|
| + virtual const WebKit::WebTimeRanges& buffered();
|
| + // This is the prototype for the function we are replacing with the
|
| + // non-const version, but we keep it in so that we don't have to do a
|
| + // two-sided commit.
|
| virtual const WebKit::WebTimeRanges& buffered() const;
|
| virtual float maxTimeSeekable() const;
|
|
|
|
|