Index: content/common/cc_messages.h |
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h |
index ca4ddc19e938d24c9e10d5bfe5462ae51b2f0a04..9d28471344098f95ebb318e7f8bf8e5c933fccf8 100644 |
--- a/content/common/cc_messages.h |
+++ b/content/common/cc_messages.h |
@@ -21,6 +21,7 @@ |
#include "cc/quads/texture_draw_quad.h" |
#include "cc/quads/tile_draw_quad.h" |
#include "cc/quads/yuv_video_draw_quad.h" |
+#include "cc/resources/resource_format.h" |
#include "cc/resources/returned_resource.h" |
#include "cc/resources/transferable_resource.h" |
#include "content/common/content_export.h" |
@@ -117,6 +118,7 @@ struct CONTENT_EXPORT ParamTraits<cc::DelegatedFrameData> { |
IPC_ENUM_TRAITS(cc::DrawQuad::Material) |
IPC_ENUM_TRAITS(cc::IOSurfaceDrawQuad::Orientation) |
IPC_ENUM_TRAITS(cc::FilterOperation::FilterType) |
+IPC_ENUM_TRAITS(cc::ResourceFormat) |
jschuh
2013/09/13 23:02:07
Please use IPC_ENUM_TRAITS_MIN_MAX_VALUE to force
kaanb
2013/09/13 23:57:42
Done.
|
IPC_STRUCT_TRAITS_BEGIN(cc::RenderPass::Id) |
IPC_STRUCT_TRAITS_MEMBER(layer_id) |