Index: chromecast/browser/media/cma_message_filter_host.h |
diff --git a/chromecast/browser/media/cma_message_filter_host.h b/chromecast/browser/media/cma_message_filter_host.h |
index d899c9f2cac77ea5667dda043452a5129f0ef355..44a24190e13eb4151030f3530b557bfdd2d64cad 100644 |
--- a/chromecast/browser/media/cma_message_filter_host.h |
+++ b/chromecast/browser/media/cma_message_filter_host.h |
@@ -80,7 +80,7 @@ class CmaMessageFilterHost |
void StartPlayingFrom(int media_id, base::TimeDelta time); |
void Flush(int media_id); |
void Stop(int media_id); |
- void SetPlaybackRate(int media_id, float playback_rate); |
+ void SetPlaybackRate(int media_id, double playback_rate); |
void SetVolume(int media_id, TrackId track_id, float volume); |
void NotifyPipeWrite(int media_id, TrackId track_id); |
void NotifyExternalSurface(int surface_id, |