| Index: content/common/gpu_host_messages.h
|
| diff --git a/content/common/gpu_host_messages.h b/content/common/gpu_host_messages.h
|
| index 025e860c18981d584ba00be794a169b233cc2ff6..87b67a74da4b30382441e53a18c9133a1ee8648d 100644
|
| --- a/content/common/gpu_host_messages.h
|
| +++ b/content/common/gpu_host_messages.h
|
| @@ -85,6 +85,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::AcceleratedSurfaceBuffersSwappedParams)
|
| // Only one of ca_context_id or io_surface may be non-0.
|
| IPC_STRUCT_TRAITS_MEMBER(ca_context_id)
|
| IPC_STRUCT_TRAITS_MEMBER(io_surface)
|
| + IPC_STRUCT_TRAITS_MEMBER(use_detached)
|
| + IPC_STRUCT_TRAITS_MEMBER(detached_ca_context_id)
|
| IPC_STRUCT_TRAITS_MEMBER(size)
|
| IPC_STRUCT_TRAITS_MEMBER(scale_factor)
|
| IPC_STRUCT_TRAITS_MEMBER(latency_info)
|
|
|