Index: chrome/common/cast_messages.h |
diff --git a/chrome/common/cast_messages.h b/chrome/common/cast_messages.h |
index f4db986f1ab946750a66bf6780a45eb0b4e8d3dc..c0f13bbeaf1d69cb65992e68dae32d0088b787db 100644 |
--- a/chrome/common/cast_messages.h |
+++ b/chrome/common/cast_messages.h |
@@ -97,7 +97,7 @@ IPC_STRUCT_TRAITS_BEGIN(media::cast::FrameEvent) |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(media::cast::RtcpCastMessage) |
- IPC_STRUCT_TRAITS_MEMBER(media_ssrc) |
+ IPC_STRUCT_TRAITS_MEMBER(remote_ssrc) |
IPC_STRUCT_TRAITS_MEMBER(ack_frame_id) |
IPC_STRUCT_TRAITS_MEMBER(target_delay_ms) |
IPC_STRUCT_TRAITS_MEMBER(missing_frames_and_packets) |
@@ -150,6 +150,8 @@ IPC_MESSAGE_CONTROL3(CastMsg_RtcpCastMessage, |
uint32_t /* ssrc */, |
media::cast::RtcpCastMessage /* cast_message */) |
+IPC_MESSAGE_CONTROL2(CastMsg_Pli, int32_t /* channel_id */, uint32_t /* ssrc */) |
dcheng
2016/03/01 23:44:12
These messages need more documentation in general.
xjz
2016/03/02 04:24:16
Add comment.
|
+ |
IPC_MESSAGE_CONTROL2(CastMsg_NotifyStatusChange, |
int32_t /* channel_id */, |
media::cast::CastTransportStatus /* status */) |