diff options
Diffstat (limited to 'content/common/cc_messages.h')
-rw-r--r-- | content/common/cc_messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h index a3e06db..5c8b0b7 100644 --- a/content/common/cc_messages.h +++ b/content/common/cc_messages.h @@ -228,6 +228,7 @@ IPC_STRUCT_TRAITS_BEGIN(cc::ReturnedResource) IPC_STRUCT_TRAITS_MEMBER(id) IPC_STRUCT_TRAITS_MEMBER(sync_point) IPC_STRUCT_TRAITS_MEMBER(count) + IPC_STRUCT_TRAITS_MEMBER(lost) IPC_STRUCT_TRAITS_END() IPC_STRUCT_TRAITS_BEGIN(cc::BeginFrameArgs) |