| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index da5e322fc38d1f836f4bb5ad316ab30b33472f2f..4f97bc1cf9093b7d6900040be4a0198bd6bff0f7 100644
|
| --- a/content/common/cc_messages.h
|
| +++ b/content/common/cc_messages.h
|
| @@ -28,10 +28,6 @@
|
| #ifndef CONTENT_COMMON_CC_MESSAGES_H_
|
| #define CONTENT_COMMON_CC_MESSAGES_H_
|
|
|
| -namespace cc {
|
| -class CompositorFrame;
|
| -}
|
| -
|
| namespace gfx {
|
| class Transform;
|
| }
|
| @@ -237,3 +233,8 @@ IPC_STRUCT_TRAITS_BEGIN(cc::GLFrameData)
|
| IPC_STRUCT_TRAITS_MEMBER(sync_point)
|
| IPC_STRUCT_TRAITS_MEMBER(size)
|
| IPC_STRUCT_TRAITS_END()
|
| +
|
| +IPC_STRUCT_TRAITS_BEGIN(cc::SoftwareFrameData)
|
| + IPC_STRUCT_TRAITS_MEMBER(damage_rect)
|
| + IPC_STRUCT_TRAITS_MEMBER(content_dib)
|
| +IPC_STRUCT_TRAITS_END()
|
|
|