| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index 55abe7008962749ee27257ba159185b78a9c9e19..fb3bf98dd164c1d1024cf3c5d1de3510431a918c 100644
|
| --- a/content/common/cc_messages.h
|
| +++ b/content/common/cc_messages.h
|
| @@ -199,10 +199,6 @@ IPC_STRUCT_TRAITS_BEGIN(cc::TileDrawQuad)
|
| IPC_STRUCT_TRAITS_MEMBER(tex_coord_rect)
|
| IPC_STRUCT_TRAITS_MEMBER(texture_size)
|
| IPC_STRUCT_TRAITS_MEMBER(swizzle_contents)
|
| - IPC_STRUCT_TRAITS_MEMBER(left_edge_aa)
|
| - IPC_STRUCT_TRAITS_MEMBER(top_edge_aa)
|
| - IPC_STRUCT_TRAITS_MEMBER(right_edge_aa)
|
| - IPC_STRUCT_TRAITS_MEMBER(bottom_edge_aa)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(cc::YUVVideoDrawQuad)
|
| @@ -215,6 +211,7 @@ 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(clip_rect)
|
| IPC_STRUCT_TRAITS_MEMBER(is_clipped)
|
|
|