| 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" |
| 11 #include "cc/quads/debug_border_draw_quad.h" | 11 #include "cc/quads/debug_border_draw_quad.h" |
| 12 #include "cc/quads/draw_quad.h" | 12 #include "cc/quads/draw_quad.h" |
| 13 #include "cc/quads/render_pass.h" | 13 #include "cc/quads/render_pass.h" |
| 14 #include "cc/quads/render_pass_id.h" | 14 #include "cc/quads/render_pass_id.h" |
| 15 #include "cc/quads/shared_quad_state.h" | 15 #include "cc/quads/shared_quad_state.h" |
| 16 #include "cc/quads/solid_color_draw_quad.h" | 16 #include "cc/quads/solid_color_draw_quad.h" |
| 17 #include "cc/quads/stream_video_draw_quad.h" | 17 #include "cc/quads/stream_video_draw_quad.h" |
| 18 #include "cc/quads/surface_draw_quad.h" | 18 #include "cc/quads/surface_draw_quad.h" |
| 19 #include "cc/quads/texture_draw_quad.h" | 19 #include "cc/quads/texture_draw_quad.h" |
| 20 #include "cc/quads/tile_draw_quad.h" | 20 #include "cc/quads/tile_draw_quad.h" |
| 21 #include "cc/quads/yuv_video_draw_quad.h" | 21 #include "cc/quads/yuv_video_draw_quad.h" |
| 22 #include "cc/resources/resource_format.h" | 22 #include "cc/resources/resource_format.h" |
| 23 #include "cc/resources/returned_resource.h" | 23 #include "cc/resources/returned_resource.h" |
| 24 #include "cc/resources/transferable_resource.h" | 24 #include "cc/resources/transferable_resource.h" |
| 25 #include "cc/surfaces/surface_id.h" | 25 #include "cc/surfaces/surface_id.h" |
| 26 #include "cc/surfaces/surface_sequence.h" | 26 #include "cc/surfaces/surface_sequence.h" |
| 27 #include "ui/events/ipc/latency_info_param_traits.h" | 27 #include "ui/events/ipc/latency_info_param_traits.h" |
| 28 #include "ui/gfx/ipc/color/gfx_param_traits.h" |
| 28 #include "ui/gfx/ipc/gfx_param_traits.h" | 29 #include "ui/gfx/ipc/gfx_param_traits.h" |
| 29 #include "ui/gfx/ipc/skia/gfx_skia_param_traits.h" | 30 #include "ui/gfx/ipc/skia/gfx_skia_param_traits.h" |
| 30 | 31 |
| 31 #undef IPC_MESSAGE_EXPORT | 32 #undef IPC_MESSAGE_EXPORT |
| 32 #define IPC_MESSAGE_EXPORT CC_IPC_EXPORT | 33 #define IPC_MESSAGE_EXPORT CC_IPC_EXPORT |
| 33 | 34 |
| 34 IPC_ENUM_TRAITS_MAX_VALUE(cc::DrawQuad::Material, cc::DrawQuad::MATERIAL_LAST) | 35 IPC_ENUM_TRAITS_MAX_VALUE(cc::DrawQuad::Material, cc::DrawQuad::MATERIAL_LAST) |
| 35 IPC_ENUM_TRAITS_MAX_VALUE(cc::FilterOperation::FilterType, | 36 IPC_ENUM_TRAITS_MAX_VALUE(cc::FilterOperation::FilterType, |
| 36 cc::FilterOperation::FILTER_TYPE_LAST) | 37 cc::FilterOperation::FILTER_TYPE_LAST) |
| 37 IPC_ENUM_TRAITS_MAX_VALUE(cc::ResourceFormat, cc::RESOURCE_FORMAT_MAX) | 38 IPC_ENUM_TRAITS_MAX_VALUE(cc::ResourceFormat, cc::RESOURCE_FORMAT_MAX) |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 | 142 |
| 142 IPC_STRUCT_TRAITS_BEGIN(cc::TransferableResource) | 143 IPC_STRUCT_TRAITS_BEGIN(cc::TransferableResource) |
| 143 IPC_STRUCT_TRAITS_MEMBER(id) | 144 IPC_STRUCT_TRAITS_MEMBER(id) |
| 144 IPC_STRUCT_TRAITS_MEMBER(format) | 145 IPC_STRUCT_TRAITS_MEMBER(format) |
| 145 IPC_STRUCT_TRAITS_MEMBER(filter) | 146 IPC_STRUCT_TRAITS_MEMBER(filter) |
| 146 IPC_STRUCT_TRAITS_MEMBER(size) | 147 IPC_STRUCT_TRAITS_MEMBER(size) |
| 147 IPC_STRUCT_TRAITS_MEMBER(mailbox_holder) | 148 IPC_STRUCT_TRAITS_MEMBER(mailbox_holder) |
| 148 IPC_STRUCT_TRAITS_MEMBER(read_lock_fences_enabled) | 149 IPC_STRUCT_TRAITS_MEMBER(read_lock_fences_enabled) |
| 149 IPC_STRUCT_TRAITS_MEMBER(is_software) | 150 IPC_STRUCT_TRAITS_MEMBER(is_software) |
| 150 IPC_STRUCT_TRAITS_MEMBER(is_overlay_candidate) | 151 IPC_STRUCT_TRAITS_MEMBER(is_overlay_candidate) |
| 152 IPC_STRUCT_TRAITS_MEMBER(color_space) |
| 151 IPC_STRUCT_TRAITS_END() | 153 IPC_STRUCT_TRAITS_END() |
| 152 | 154 |
| 153 IPC_STRUCT_TRAITS_BEGIN(cc::ReturnedResource) | 155 IPC_STRUCT_TRAITS_BEGIN(cc::ReturnedResource) |
| 154 IPC_STRUCT_TRAITS_MEMBER(id) | 156 IPC_STRUCT_TRAITS_MEMBER(id) |
| 155 IPC_STRUCT_TRAITS_MEMBER(sync_token) | 157 IPC_STRUCT_TRAITS_MEMBER(sync_token) |
| 156 IPC_STRUCT_TRAITS_MEMBER(count) | 158 IPC_STRUCT_TRAITS_MEMBER(count) |
| 157 IPC_STRUCT_TRAITS_MEMBER(lost) | 159 IPC_STRUCT_TRAITS_MEMBER(lost) |
| 158 IPC_STRUCT_TRAITS_END() | 160 IPC_STRUCT_TRAITS_END() |
| 159 | 161 |
| 160 IPC_STRUCT_TRAITS_BEGIN(cc::Selection<gfx::SelectionBound>) | 162 IPC_STRUCT_TRAITS_BEGIN(cc::Selection<gfx::SelectionBound>) |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 IPC_STRUCT_TRAITS_MEMBER(satisfies_sequences) | 196 IPC_STRUCT_TRAITS_MEMBER(satisfies_sequences) |
| 195 IPC_STRUCT_TRAITS_MEMBER(referenced_surfaces) | 197 IPC_STRUCT_TRAITS_MEMBER(referenced_surfaces) |
| 196 IPC_STRUCT_TRAITS_END() | 198 IPC_STRUCT_TRAITS_END() |
| 197 | 199 |
| 198 IPC_STRUCT_TRAITS_BEGIN(cc::GLFrameData) | 200 IPC_STRUCT_TRAITS_BEGIN(cc::GLFrameData) |
| 199 IPC_STRUCT_TRAITS_MEMBER(size) | 201 IPC_STRUCT_TRAITS_MEMBER(size) |
| 200 IPC_STRUCT_TRAITS_MEMBER(sub_buffer_rect) | 202 IPC_STRUCT_TRAITS_MEMBER(sub_buffer_rect) |
| 201 IPC_STRUCT_TRAITS_END() | 203 IPC_STRUCT_TRAITS_END() |
| 202 | 204 |
| 203 #endif // CC_IPC_CC_PARAM_TRAITS_MACROS_H_ | 205 #endif // CC_IPC_CC_PARAM_TRAITS_MACROS_H_ |
| OLD | NEW |