| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index b29fdc696c2bc27776991b1bcbcabff06bb33511..0c14ddf5ef518fb7af23fbd5aa0ffcdee5e488c5 100644
|
| --- a/content/common/cc_messages.h
|
| +++ b/content/common/cc_messages.h
|
| @@ -177,7 +177,8 @@ IPC_STRUCT_TRAITS_BEGIN(cc::RenderPassDrawQuad)
|
| IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad)
|
| IPC_STRUCT_TRAITS_MEMBER(render_pass_id)
|
| IPC_STRUCT_TRAITS_MEMBER(mask_resource_id)
|
| - IPC_STRUCT_TRAITS_MEMBER(mask_uv_rect)
|
| + IPC_STRUCT_TRAITS_MEMBER(mask_uv_scale)
|
| + IPC_STRUCT_TRAITS_MEMBER(mask_texture_size)
|
| IPC_STRUCT_TRAITS_MEMBER(filters)
|
| IPC_STRUCT_TRAITS_MEMBER(filters_scale)
|
| IPC_STRUCT_TRAITS_MEMBER(background_filters)
|
|
|