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

Unified Diff: chromecast/common/media/cma_messages.h

Issue 848453003: Ipclist fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing DEPS entry Created 5 years, 11 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 | « no previous file | ipc/ipc_message_start.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 8e2b88f5817c03a00d9a13d413b4d80c05419540..414913b294cd2bb4e9d4d5cc28d81cea99cb23cf 100644
--- a/chromecast/common/media/cma_messages.h
+++ b/chromecast/common/media/cma_messages.h
@@ -46,7 +46,7 @@ IPC_MESSAGE_CONTROL2(CmaHostMsg_SetPlaybackRate,
IPC_MESSAGE_CONTROL3(CmaHostMsg_CreateAvPipe,
int /* Media pipeline ID */,
chromecast::media::TrackId /* Track ID */,
- size_t /* Fifo size */);
+ size_t /* Fifo size */)
IPC_MESSAGE_CONTROL3(CmaHostMsg_AudioInitialize,
int /* Media pipeline ID */,
chromecast::media::TrackId /* Track ID */,
« no previous file with comments | « no previous file | ipc/ipc_message_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698