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 753f6e71b53a166a5b35cca55131775d99794132..405e389dee307d8392ffd2d18d106055c009d028 100644 |
--- a/cc/ipc/cc_param_traits_macros.h |
+++ b/cc/ipc/cc_param_traits_macros.h |
@@ -184,8 +184,10 @@ IPC_STRUCT_TRAITS_BEGIN(cc::CompositorFrameMetadata) |
IPC_STRUCT_TRAITS_MEMBER(max_page_scale_factor) |
IPC_STRUCT_TRAITS_MEMBER(root_overflow_x_hidden) |
IPC_STRUCT_TRAITS_MEMBER(root_overflow_y_hidden) |
- 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) |