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

Unified Diff: chromecast/common/media/cma_messages.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
« no previous file with comments | « chromecast/browser/media/media_pipeline_host.cc ('k') | chromecast/media/base/switching_media_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/common/media/cma_messages.h
diff --git a/chromecast/common/media/cma_messages.h b/chromecast/common/media/cma_messages.h
index 414913b294cd2bb4e9d4d5cc28d81cea99cb23cf..3fbed3dbad776fdf87a1545152a9f53f79131e51 100644
--- a/chromecast/common/media/cma_messages.h
+++ b/chromecast/common/media/cma_messages.h
@@ -41,7 +41,7 @@ IPC_MESSAGE_CONTROL1(CmaHostMsg_Stop,
int /* Media pipeline ID */)
IPC_MESSAGE_CONTROL2(CmaHostMsg_SetPlaybackRate,
int /* Media pipeline ID */,
- float /* Playback rate */)
+ double /* Playback rate */)
IPC_MESSAGE_CONTROL3(CmaHostMsg_CreateAvPipe,
int /* Media pipeline ID */,
« no previous file with comments | « chromecast/browser/media/media_pipeline_host.cc ('k') | chromecast/media/base/switching_media_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698