| 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 49d9b933755df078f665b3969fdaff5380187625..29c52699c9d359ee858de57498fccb47efbbba07 100644
|
| --- a/content/common/media/media_player_messages_android.h
|
| +++ b/content/common/media/media_player_messages_android.h
|
| @@ -58,11 +58,6 @@ IPC_STRUCT_TRAITS_BEGIN(media::AccessUnit)
|
| IPC_STRUCT_TRAITS_MEMBER(is_key_frame)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(media::SubsampleEntry)
|
| - IPC_STRUCT_TRAITS_MEMBER(clear_bytes)
|
| - IPC_STRUCT_TRAITS_MEMBER(cypher_bytes)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| IPC_ENUM_TRAITS_MAX_VALUE(MediaPlayerHostMsg_Initialize_Type,
|
| MEDIA_PLAYER_TYPE_LAST)
|
|
|
|
|