| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index 783826030a0a57cdeb61f3afe1a8fe3f1bd9c2a7..a26f7e33f3effe8c7b64a6cdea1e31f4bff42162 100644
|
| --- a/content/common/cc_messages.h
|
| +++ b/content/common/cc_messages.h
|
| @@ -229,7 +229,8 @@ IPC_STRUCT_TRAITS_END()
|
| IPC_STRUCT_TRAITS_BEGIN(cc::YUVVideoDrawQuad)
|
| IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad)
|
| IPC_STRUCT_TRAITS_MEMBER(tex_coord_rect)
|
| - IPC_STRUCT_TRAITS_MEMBER(tex_size)
|
| + IPC_STRUCT_TRAITS_MEMBER(ya_tex_size)
|
| + IPC_STRUCT_TRAITS_MEMBER(uv_tex_size)
|
| IPC_STRUCT_TRAITS_MEMBER(y_plane_resource_id)
|
| IPC_STRUCT_TRAITS_MEMBER(u_plane_resource_id)
|
| IPC_STRUCT_TRAITS_MEMBER(v_plane_resource_id)
|
|
|