| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index 701b65f76453e7dfb34422b3254f5784d18a2b61..f6fdce7e6fb0744c8b52eba1cb5c666fa5709b58 100644
|
| --- a/content/common/cc_messages.h
|
| +++ b/content/common/cc_messages.h
|
| @@ -4,6 +4,7 @@
|
| //
|
| // IPC Messages sent between compositor instances.
|
|
|
| +#include "cc/output/begin_frame_args.h"
|
| #include "cc/output/compositor_frame.h"
|
| #include "cc/output/compositor_frame_ack.h"
|
| #include "cc/quads/checkerboard_draw_quad.h"
|
| @@ -212,6 +213,12 @@ IPC_STRUCT_TRAITS_BEGIN(cc::TransferableResource)
|
| IPC_STRUCT_TRAITS_MEMBER(mailbox)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| +IPC_STRUCT_TRAITS_BEGIN(cc::BeginFrameArgs)
|
| + IPC_STRUCT_TRAITS_MEMBER(frame_time)
|
| + IPC_STRUCT_TRAITS_MEMBER(deadline)
|
| + IPC_STRUCT_TRAITS_MEMBER(interval)
|
| +IPC_STRUCT_TRAITS_END()
|
| +
|
| IPC_STRUCT_TRAITS_BEGIN(cc::CompositorFrameMetadata)
|
| IPC_STRUCT_TRAITS_MEMBER(device_scale_factor)
|
| IPC_STRUCT_TRAITS_MEMBER(root_scroll_offset)
|
|
|