Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: chromecast/renderer/media/media_pipeline_proxy.h

Issue 1094783002: Switch to double for time calculations using playback rate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Making changes at chromecast side to fix trybots Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromecast/renderer/media/media_pipeline_proxy.h
diff --git a/chromecast/renderer/media/media_pipeline_proxy.h b/chromecast/renderer/media/media_pipeline_proxy.h
index 0d2279594449faa2cc85ed37c16354bbc679277c..decec653b8659dbb2b1b1f70e809a762bf769f64 100644
--- a/chromecast/renderer/media/media_pipeline_proxy.h
+++ b/chromecast/renderer/media/media_pipeline_proxy.h
@@ -50,7 +50,7 @@ class MediaPipelineProxy : public MediaPipeline {
void StartPlayingFrom(base::TimeDelta time) override;
void Flush(const ::media::PipelineStatusCB& status_cb) override;
void Stop() override;
- void SetPlaybackRate(float playback_rate) override;
+ void SetPlaybackRate(double playback_rate) override;
private:
void OnProxyFlushDone(const ::media::PipelineStatusCB& status_cb,
« no previous file with comments | « chromecast/media/cma/pipeline/media_pipeline_impl.cc ('k') | chromecast/renderer/media/media_pipeline_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698