| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index 1a7bcc0d228bd6954c2a157b01190220f86f9bc9..d0d1da66549cbdd3964823b1584c3eead30b2067 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()
|
|
|
|
|