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