OLD | NEW |
1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef CC_IPC_CC_PARAM_TRAITS_MACROS_H_ | 5 #ifndef CC_IPC_CC_PARAM_TRAITS_MACROS_H_ |
6 #define CC_IPC_CC_PARAM_TRAITS_MACROS_H_ | 6 #define CC_IPC_CC_PARAM_TRAITS_MACROS_H_ |
7 | 7 |
8 #include "cc/output/begin_frame_args.h" | 8 #include "cc/output/begin_frame_args.h" |
9 #include "cc/output/compositor_frame.h" | 9 #include "cc/output/compositor_frame.h" |
10 #include "cc/output/filter_operation.h" | 10 #include "cc/output/filter_operation.h" |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 IPC_STRUCT_TRAITS_MEMBER(may_contain_video) | 176 IPC_STRUCT_TRAITS_MEMBER(may_contain_video) |
177 IPC_STRUCT_TRAITS_MEMBER( | 177 IPC_STRUCT_TRAITS_MEMBER( |
178 is_resourceless_software_draw_with_scroll_or_animation) | 178 is_resourceless_software_draw_with_scroll_or_animation) |
179 IPC_STRUCT_TRAITS_MEMBER(top_controls_height) | 179 IPC_STRUCT_TRAITS_MEMBER(top_controls_height) |
180 IPC_STRUCT_TRAITS_MEMBER(top_controls_shown_ratio) | 180 IPC_STRUCT_TRAITS_MEMBER(top_controls_shown_ratio) |
181 IPC_STRUCT_TRAITS_MEMBER(bottom_controls_height) | 181 IPC_STRUCT_TRAITS_MEMBER(bottom_controls_height) |
182 IPC_STRUCT_TRAITS_MEMBER(bottom_controls_shown_ratio) | 182 IPC_STRUCT_TRAITS_MEMBER(bottom_controls_shown_ratio) |
183 IPC_STRUCT_TRAITS_MEMBER(root_background_color) | 183 IPC_STRUCT_TRAITS_MEMBER(root_background_color) |
184 IPC_STRUCT_TRAITS_MEMBER(selection) | 184 IPC_STRUCT_TRAITS_MEMBER(selection) |
185 IPC_STRUCT_TRAITS_MEMBER(latency_info) | 185 IPC_STRUCT_TRAITS_MEMBER(latency_info) |
| 186 IPC_STRUCT_TRAITS_MEMBER(satisfies_sequences) |
186 IPC_STRUCT_TRAITS_MEMBER(referenced_surfaces) | 187 IPC_STRUCT_TRAITS_MEMBER(referenced_surfaces) |
187 IPC_STRUCT_TRAITS_END() | 188 IPC_STRUCT_TRAITS_END() |
188 | 189 |
189 #endif // CC_IPC_CC_PARAM_TRAITS_MACROS_H_ | 190 #endif // CC_IPC_CC_PARAM_TRAITS_MACROS_H_ |
OLD | NEW |