Chromium Code Reviews| 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..43431c62540798c38bc9f7836c6c4a2650f55558 100644 |
| --- a/cc/ipc/cc_param_traits_macros.h |
| +++ b/cc/ipc/cc_param_traits_macros.h |
| @@ -184,6 +184,8 @@ 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( |
| + is_resourceless_software_draw_with_scroll_or_animation) |
|
Fady Samuel
2016/07/07 21:23:09
Please also update compositor_frame_metadata.mojom
|
| IPC_STRUCT_TRAITS_MEMBER(location_bar_offset) |
| IPC_STRUCT_TRAITS_MEMBER(location_bar_content_translation) |
| IPC_STRUCT_TRAITS_MEMBER(root_background_color) |