| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index 2d08afa8494c850fd860b4d3a090972441724667..6bad4204fd1cd4fb330c3d968ceae3b3441a4cb8 100644
|
| --- a/content/common/cc_messages.h
|
| +++ b/content/common/cc_messages.h
|
| @@ -228,7 +228,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(ya_tex_coord_rect)
|
| + IPC_STRUCT_TRAITS_MEMBER(uv_tex_coord_rect)
|
| IPC_STRUCT_TRAITS_MEMBER(ya_tex_size)
|
| IPC_STRUCT_TRAITS_MEMBER(uv_tex_size)
|
| IPC_STRUCT_TRAITS_MEMBER(y_plane_resource_id)
|
|
|