| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index e0ee85d91b6d8f4e00801edb3cf81bdc96c99082..166d6635071dace2a70c00e6995b4a645f51a2b4 100644
|
| --- a/content/common/cc_messages.h
|
| +++ b/content/common/cc_messages.h
|
| @@ -176,7 +176,8 @@ IPC_STRUCT_TRAITS_BEGIN(cc::TextureDrawQuad)
|
| IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad)
|
| IPC_STRUCT_TRAITS_MEMBER(resource_id)
|
| IPC_STRUCT_TRAITS_MEMBER(premultiplied_alpha)
|
| - IPC_STRUCT_TRAITS_MEMBER(uv_rect)
|
| + IPC_STRUCT_TRAITS_MEMBER(uv_top_left)
|
| + IPC_STRUCT_TRAITS_MEMBER(uv_bottom_right)
|
| IPC_STRUCT_TRAITS_MEMBER(flipped)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|