Index: content/common/cc_messages.h |
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h |
index 7fee1e0b55f08905a99e807605afc1347effeb73..c9e72ba48f0f58897d676931f88ef8bd1966a753 100644 |
--- a/content/common/cc_messages.h |
+++ b/content/common/cc_messages.h |
@@ -119,6 +119,7 @@ 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::RESOURCE_FORMAT_MAX) |
+IPC_ENUM_TRAITS_MAX_VALUE(SkXfermode::Mode, SkXfermode::kLastMode) |
IPC_STRUCT_TRAITS_BEGIN(cc::RenderPass::Id) |
IPC_STRUCT_TRAITS_MEMBER(layer_id) |
@@ -212,6 +213,7 @@ IPC_STRUCT_TRAITS_BEGIN(cc::SharedQuadState) |
IPC_STRUCT_TRAITS_MEMBER(clip_rect) |
IPC_STRUCT_TRAITS_MEMBER(is_clipped) |
IPC_STRUCT_TRAITS_MEMBER(opacity) |
+ IPC_STRUCT_TRAITS_MEMBER(blend_mode) |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(cc::TransferableResource) |