Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / common / cast_messages.h
index 5b91f59..4191adc 100644 (file)
@@ -63,27 +63,27 @@ IPC_STRUCT_TRAITS_BEGIN(media::cast::transport::RtcpSenderFrameLogMessage)
 IPC_STRUCT_TRAITS_END()
 
 IPC_STRUCT_TRAITS_BEGIN(media::cast::transport::RtpConfig)
-  IPC_STRUCT_TRAITS_MEMBER(history_ms)
+  IPC_STRUCT_TRAITS_MEMBER(ssrc)
   IPC_STRUCT_TRAITS_MEMBER(max_delay_ms)
   IPC_STRUCT_TRAITS_MEMBER(payload_type)
-IPC_STRUCT_TRAITS_END()
-
-IPC_STRUCT_TRAITS_BEGIN(media::cast::transport::CastTransportBaseConfig)
-  IPC_STRUCT_TRAITS_MEMBER(ssrc)
-  IPC_STRUCT_TRAITS_MEMBER(rtp_config)
   IPC_STRUCT_TRAITS_MEMBER(aes_key)
   IPC_STRUCT_TRAITS_MEMBER(aes_iv_mask)
 IPC_STRUCT_TRAITS_END()
 
+IPC_STRUCT_TRAITS_BEGIN(media::cast::transport::CastTransportRtpConfig)
+  IPC_STRUCT_TRAITS_MEMBER(config)
+  IPC_STRUCT_TRAITS_MEMBER(max_outstanding_frames)
+IPC_STRUCT_TRAITS_END()
+
 IPC_STRUCT_TRAITS_BEGIN(media::cast::transport::CastTransportAudioConfig)
-  IPC_STRUCT_TRAITS_MEMBER(base)
+  IPC_STRUCT_TRAITS_MEMBER(rtp)
   IPC_STRUCT_TRAITS_MEMBER(codec)
   IPC_STRUCT_TRAITS_MEMBER(frequency)
   IPC_STRUCT_TRAITS_MEMBER(channels)
 IPC_STRUCT_TRAITS_END()
 
 IPC_STRUCT_TRAITS_BEGIN(media::cast::transport::CastTransportVideoConfig)
-  IPC_STRUCT_TRAITS_MEMBER(base)
+  IPC_STRUCT_TRAITS_MEMBER(rtp)
   IPC_STRUCT_TRAITS_MEMBER(codec)
 IPC_STRUCT_TRAITS_END()