| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index 8a4dcfe14ea46999730803e40c57d61dfdd273e6..a2eaa63b20c635a0b2736223c7225d7923bd7d9d 100644
|
| --- a/content/common/cc_messages.h
|
| +++ b/content/common/cc_messages.h
|
| @@ -25,6 +25,7 @@
|
| #include "cc/resources/resource_format.h"
|
| #include "cc/resources/returned_resource.h"
|
| #include "cc/resources/transferable_resource.h"
|
| +#include "cc/surfaces/surface_id.h"
|
| #include "content/common/content_export.h"
|
| #include "gpu/ipc/gpu_command_buffer_traits.h"
|
| #include "ipc/ipc_message_macros.h"
|
| @@ -139,6 +140,10 @@ IPC_STRUCT_TRAITS_BEGIN(cc::RenderPass::Id)
|
| IPC_STRUCT_TRAITS_MEMBER(index)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| +IPC_STRUCT_TRAITS_BEGIN(cc::SurfaceId)
|
| +IPC_STRUCT_TRAITS_MEMBER(id)
|
| +IPC_STRUCT_TRAITS_END()
|
| +
|
| IPC_STRUCT_TRAITS_BEGIN(cc::DrawQuad)
|
| IPC_STRUCT_TRAITS_MEMBER(material)
|
| IPC_STRUCT_TRAITS_MEMBER(rect)
|
|
|