| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index f6e907da04fe951e96adc4ad2d60145f7bcf6625..1df0ac05c366cebbc02298f01b780c330e14630e 100644
|
| --- a/content/common/cc_messages.h
|
| +++ b/content/common/cc_messages.h
|
| @@ -27,6 +27,7 @@
|
| #include "cc/resources/returned_resource.h"
|
| #include "cc/resources/transferable_resource.h"
|
| #include "cc/surfaces/surface_id.h"
|
| +#include "cc/surfaces/surface_sequence.h"
|
| #include "content/common/content_export.h"
|
| #include "gpu/ipc/gpu_command_buffer_traits.h"
|
| #include "ipc/ipc_message_macros.h"
|
| @@ -144,7 +145,12 @@ IPC_STRUCT_TRAITS_BEGIN(cc::RenderPassId)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(cc::SurfaceId)
|
| -IPC_STRUCT_TRAITS_MEMBER(id)
|
| + IPC_STRUCT_TRAITS_MEMBER(id)
|
| +IPC_STRUCT_TRAITS_END()
|
| +
|
| +IPC_STRUCT_TRAITS_BEGIN(cc::SurfaceSequence)
|
| + IPC_STRUCT_TRAITS_MEMBER(id_namespace)
|
| + IPC_STRUCT_TRAITS_MEMBER(sequence)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(cc::DrawQuad)
|
|
|