| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index 3b2979c52f4121e75fce0870aba5ed7d8914af85..1531719e738fc37366cd574d05edcedd567514fe 100644
|
| --- a/content/common/cc_messages.h
|
| +++ b/content/common/cc_messages.h
|
| @@ -175,6 +175,7 @@ IPC_STRUCT_TRAITS_BEGIN(cc::TextureDrawQuad)
|
| IPC_STRUCT_TRAITS_MEMBER(vertex_opacity[1])
|
| IPC_STRUCT_TRAITS_MEMBER(vertex_opacity[2])
|
| IPC_STRUCT_TRAITS_MEMBER(vertex_opacity[3])
|
| + IPC_STRUCT_TRAITS_MEMBER(background_color)
|
| IPC_STRUCT_TRAITS_MEMBER(flipped)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|