| 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 1191754b7644bea5702cce0dcc6835b050cac478..8bff08c21a22fa955124f04740e22b1d37fcbd56 100644
|
| --- a/content/common/media/media_player_messages_android.h
|
| +++ b/content/common/media/media_player_messages_android.h
|
| @@ -47,12 +47,13 @@ IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(media::AccessUnit)
|
| IPC_STRUCT_TRAITS_MEMBER(status)
|
| - IPC_STRUCT_TRAITS_MEMBER(end_of_stream)
|
| + IPC_STRUCT_TRAITS_MEMBER(is_end_of_stream)
|
| IPC_STRUCT_TRAITS_MEMBER(data)
|
| IPC_STRUCT_TRAITS_MEMBER(timestamp)
|
| IPC_STRUCT_TRAITS_MEMBER(key_id)
|
| IPC_STRUCT_TRAITS_MEMBER(iv)
|
| IPC_STRUCT_TRAITS_MEMBER(subsamples)
|
| + IPC_STRUCT_TRAITS_MEMBER(is_key_frame)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(media::SubsampleEntry)
|
|
|