Index: content/common/cc_messages.h |
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h |
index f6e907da04fe951e96adc4ad2d60145f7bcf6625..f0285a8480c93fa26d1f4dc6ae7e3b0602843feb 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" |
@@ -147,6 +148,11 @@ IPC_STRUCT_TRAITS_BEGIN(cc::SurfaceId) |
IPC_STRUCT_TRAITS_MEMBER(id) |
IPC_STRUCT_TRAITS_END() |
+IPC_STRUCT_TRAITS_BEGIN(cc::SurfaceSequence) |
+IPC_STRUCT_TRAITS_MEMBER(id_namespace) |
nasko
2015/05/28 20:42:36
nit: Those and the above should be indented to mat
kenrb
2015/05/29 19:29:37
Done.
|
+IPC_STRUCT_TRAITS_MEMBER(sequence) |
+IPC_STRUCT_TRAITS_END() |
+ |
IPC_STRUCT_TRAITS_BEGIN(cc::DrawQuad) |
IPC_STRUCT_TRAITS_MEMBER(material) |
IPC_STRUCT_TRAITS_MEMBER(rect) |