| Index: chrome/common/cast_messages.h
|
| diff --git a/chrome/common/cast_messages.h b/chrome/common/cast_messages.h
|
| index 635cacad7f267fd603e18d6c2a39c0114ce2a5ed..d1699089bc2fdd822e8fff44ed776743eac2c835 100644
|
| --- a/chrome/common/cast_messages.h
|
| +++ b/chrome/common/cast_messages.h
|
| @@ -82,6 +82,7 @@ IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(media::cast::CastTransportRtpConfig)
|
| IPC_STRUCT_TRAITS_MEMBER(ssrc)
|
| + IPC_STRUCT_TRAITS_MEMBER(rtp_stream_id)
|
| IPC_STRUCT_TRAITS_MEMBER(feedback_ssrc)
|
| IPC_STRUCT_TRAITS_MEMBER(rtp_payload_type)
|
| IPC_STRUCT_TRAITS_MEMBER(aes_key)
|
|
|