| Index: content/common/media/media_player_messages_android.h
|
| diff --git a/content/common/media/media_player_messages_android.h b/content/common/media/media_player_messages_android.h
|
| index 8bff08c21a22fa955124f04740e22b1d37fcbd56..511805eafe6ea39a1bb063c450529886bb6f9d5d 100644
|
| --- a/content/common/media/media_player_messages_android.h
|
| +++ b/content/common/media/media_player_messages_android.h
|
| @@ -30,6 +30,8 @@ IPC_STRUCT_TRAITS_BEGIN(media::DemuxerConfigs)
|
| IPC_STRUCT_TRAITS_MEMBER(audio_sampling_rate)
|
| IPC_STRUCT_TRAITS_MEMBER(is_audio_encrypted)
|
| IPC_STRUCT_TRAITS_MEMBER(audio_extra_data)
|
| + IPC_STRUCT_TRAITS_MEMBER(audio_codec_delay_ns)
|
| + IPC_STRUCT_TRAITS_MEMBER(audio_seek_preroll_ns)
|
|
|
| IPC_STRUCT_TRAITS_MEMBER(video_codec)
|
| IPC_STRUCT_TRAITS_MEMBER(video_size)
|
|
|