| Index: cc/ipc/cc_param_traits_macros.h
|
| diff --git a/cc/ipc/cc_param_traits_macros.h b/cc/ipc/cc_param_traits_macros.h
|
| index 019a16e127d18932d55d0382ea9ed0a3b6be2426..fb6f0c5615bb00dc48aa6f33f2051f1412cc8842 100644
|
| --- a/cc/ipc/cc_param_traits_macros.h
|
| +++ b/cc/ipc/cc_param_traits_macros.h
|
| @@ -188,6 +188,8 @@ IPC_STRUCT_TRAITS_BEGIN(cc::CompositorFrameMetadata)
|
| IPC_STRUCT_TRAITS_MEMBER(root_overflow_y_hidden)
|
| IPC_STRUCT_TRAITS_MEMBER(root_overflow_y_hidden)
|
| IPC_STRUCT_TRAITS_MEMBER(may_contain_video)
|
| + IPC_STRUCT_TRAITS_MEMBER(is_fullscreen)
|
| + IPC_STRUCT_TRAITS_MEMBER(device_viewport_size)
|
| IPC_STRUCT_TRAITS_MEMBER(
|
| is_resourceless_software_draw_with_scroll_or_animation)
|
| IPC_STRUCT_TRAITS_MEMBER(top_controls_height)
|
|
|