| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index ca4ddc19e938d24c9e10d5bfe5462ae51b2f0a04..b6eb2bc29b565cd42e175bde2cc3f696e72261cb 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_MAX_VALUE(cc::ResourceFormat, cc::LUMINANCE_8)
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(cc::RenderPass::Id)
|
| IPC_STRUCT_TRAITS_MEMBER(layer_id)
|
|
|