| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index 79d6bfc2ec0e26dd6cca974558fc4acf1dd6a74e..efd6f7ef2419947823702986591af1c93216e4d4 100644
|
| --- a/content/common/cc_messages.h
|
| +++ b/content/common/cc_messages.h
|
| @@ -244,7 +244,8 @@ IPC_STRUCT_TRAITS_BEGIN(cc::GLFrameData)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(cc::SoftwareFrameData)
|
| + IPC_STRUCT_TRAITS_MEMBER(id)
|
| IPC_STRUCT_TRAITS_MEMBER(size)
|
| IPC_STRUCT_TRAITS_MEMBER(damage_rect)
|
| - IPC_STRUCT_TRAITS_MEMBER(dib_id)
|
| + IPC_STRUCT_TRAITS_MEMBER(handle)
|
| IPC_STRUCT_TRAITS_END()
|
|
|