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