| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index 79a3169ee2380073ac44957e1d966fb6008064cb..938dcc4dcd9bd39d74d52042d1fba653be492ffd 100644
|
| --- a/content/common/cc_messages.h
|
| +++ b/content/common/cc_messages.h
|
| @@ -264,9 +264,9 @@ IPC_STRUCT_TRAITS_BEGIN(cc::YUVVideoDrawQuad)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(cc::SharedQuadState)
|
| - IPC_STRUCT_TRAITS_MEMBER(content_to_target_transform)
|
| - IPC_STRUCT_TRAITS_MEMBER(content_bounds)
|
| - IPC_STRUCT_TRAITS_MEMBER(visible_content_rect)
|
| +IPC_STRUCT_TRAITS_MEMBER(quad_to_target_transform)
|
| +IPC_STRUCT_TRAITS_MEMBER(quad_layer_bounds)
|
| +IPC_STRUCT_TRAITS_MEMBER(visible_quad_layer_rect)
|
| IPC_STRUCT_TRAITS_MEMBER(clip_rect)
|
| IPC_STRUCT_TRAITS_MEMBER(is_clipped)
|
| IPC_STRUCT_TRAITS_MEMBER(opacity)
|
|
|