Index: webkit/media/webmediaplayer_proxy.h |
diff --git a/webkit/media/webmediaplayer_proxy.h b/webkit/media/webmediaplayer_proxy.h |
index dcca88d37056610bb98cc5c74f66cc940af7b468..321935a196f78a579eeb570fac82ee9fe7722e17 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 DemuxerTimestampOffset(const std::string& id, float offset); |
// DecryptorClient implementation. |
virtual void KeyAdded(const std::string& key_system, |