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 57356877df670b42ccf1b1fa05cf924709db878b..877764256e9de00c711bf44e958ddb9fd254f3e8 100644 |
--- a/cc/ipc/cc_param_traits_macros.h |
+++ b/cc/ipc/cc_param_traits_macros.h |
@@ -179,8 +179,10 @@ IPC_STRUCT_TRAITS_BEGIN(cc::CompositorFrameMetadata) |
IPC_STRUCT_TRAITS_MEMBER(may_contain_video) |
IPC_STRUCT_TRAITS_MEMBER( |
is_resourceless_software_draw_with_scroll_or_animation) |
- IPC_STRUCT_TRAITS_MEMBER(location_bar_offset) |
- IPC_STRUCT_TRAITS_MEMBER(location_bar_content_translation) |
+ IPC_STRUCT_TRAITS_MEMBER(top_controls_height) |
+ IPC_STRUCT_TRAITS_MEMBER(top_controls_shown_ratio) |
+ IPC_STRUCT_TRAITS_MEMBER(bottom_controls_height) |
+ IPC_STRUCT_TRAITS_MEMBER(bottom_controls_shown_ratio) |
IPC_STRUCT_TRAITS_MEMBER(root_background_color) |
IPC_STRUCT_TRAITS_MEMBER(selection) |
IPC_STRUCT_TRAITS_MEMBER(latency_info) |