| Index: webkit/media/webmediaplayer_proxy.h
|
| diff --git a/webkit/media/webmediaplayer_proxy.h b/webkit/media/webmediaplayer_proxy.h
|
| index dcca88d37056610bb98cc5c74f66cc940af7b468..7dedcdf158de31e9b7dab10ca52bed87480783cd 100644
|
| --- a/webkit/media/webmediaplayer_proxy.h
|
| +++ b/webkit/media/webmediaplayer_proxy.h
|
| @@ -105,6 +105,7 @@ class WebMediaPlayerProxy
|
| void DemuxerAbort(const std::string& id);
|
| void DemuxerEndOfStream(media::PipelineStatus status);
|
| void DemuxerShutdown();
|
| + bool DemuxerSetTimestampOffset(const std::string& id, double offset);
|
|
|
| // DecryptorClient implementation.
|
| virtual void KeyAdded(const std::string& key_system,
|
|
|