Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: cc/ipc/cc_param_traits_macros.h

Issue 2543473004: cc: Move filters from RenderPassDrawQuad to RenderPass (Closed)
Patch Set: Rebase again Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « cc/ipc/cc_param_traits.cc ('k') | cc/ipc/cc_param_traits_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad) 59 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad)
60 IPC_STRUCT_TRAITS_MEMBER(color) 60 IPC_STRUCT_TRAITS_MEMBER(color)
61 IPC_STRUCT_TRAITS_MEMBER(width) 61 IPC_STRUCT_TRAITS_MEMBER(width)
62 IPC_STRUCT_TRAITS_END() 62 IPC_STRUCT_TRAITS_END()
63 63
64 IPC_STRUCT_TRAITS_BEGIN(cc::RenderPassDrawQuad) 64 IPC_STRUCT_TRAITS_BEGIN(cc::RenderPassDrawQuad)
65 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad) 65 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad)
66 IPC_STRUCT_TRAITS_MEMBER(render_pass_id) 66 IPC_STRUCT_TRAITS_MEMBER(render_pass_id)
67 IPC_STRUCT_TRAITS_MEMBER(mask_uv_scale) 67 IPC_STRUCT_TRAITS_MEMBER(mask_uv_scale)
68 IPC_STRUCT_TRAITS_MEMBER(mask_texture_size) 68 IPC_STRUCT_TRAITS_MEMBER(mask_texture_size)
69 IPC_STRUCT_TRAITS_MEMBER(filters)
70 IPC_STRUCT_TRAITS_MEMBER(filters_scale) 69 IPC_STRUCT_TRAITS_MEMBER(filters_scale)
71 IPC_STRUCT_TRAITS_MEMBER(filters_origin) 70 IPC_STRUCT_TRAITS_MEMBER(filters_origin)
72 IPC_STRUCT_TRAITS_MEMBER(background_filters)
73 IPC_STRUCT_TRAITS_END() 71 IPC_STRUCT_TRAITS_END()
74 72
75 IPC_STRUCT_TRAITS_BEGIN(cc::SolidColorDrawQuad) 73 IPC_STRUCT_TRAITS_BEGIN(cc::SolidColorDrawQuad)
76 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad) 74 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad)
77 IPC_STRUCT_TRAITS_MEMBER(color) 75 IPC_STRUCT_TRAITS_MEMBER(color)
78 IPC_STRUCT_TRAITS_MEMBER(force_anti_aliasing_off) 76 IPC_STRUCT_TRAITS_MEMBER(force_anti_aliasing_off)
79 IPC_STRUCT_TRAITS_END() 77 IPC_STRUCT_TRAITS_END()
80 78
81 IPC_STRUCT_TRAITS_BEGIN(cc::StreamVideoDrawQuad) 79 IPC_STRUCT_TRAITS_BEGIN(cc::StreamVideoDrawQuad)
82 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad) 80 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad)
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 IPC_STRUCT_TRAITS_MEMBER(bottom_controls_height) 181 IPC_STRUCT_TRAITS_MEMBER(bottom_controls_height)
184 IPC_STRUCT_TRAITS_MEMBER(bottom_controls_shown_ratio) 182 IPC_STRUCT_TRAITS_MEMBER(bottom_controls_shown_ratio)
185 IPC_STRUCT_TRAITS_MEMBER(root_background_color) 183 IPC_STRUCT_TRAITS_MEMBER(root_background_color)
186 IPC_STRUCT_TRAITS_MEMBER(selection) 184 IPC_STRUCT_TRAITS_MEMBER(selection)
187 IPC_STRUCT_TRAITS_MEMBER(latency_info) 185 IPC_STRUCT_TRAITS_MEMBER(latency_info)
188 IPC_STRUCT_TRAITS_MEMBER(satisfies_sequences) 186 IPC_STRUCT_TRAITS_MEMBER(satisfies_sequences)
189 IPC_STRUCT_TRAITS_MEMBER(referenced_surfaces) 187 IPC_STRUCT_TRAITS_MEMBER(referenced_surfaces)
190 IPC_STRUCT_TRAITS_END() 188 IPC_STRUCT_TRAITS_END()
191 189
192 #endif // CC_IPC_CC_PARAM_TRAITS_MACROS_H_ 190 #endif // CC_IPC_CC_PARAM_TRAITS_MACROS_H_
OLDNEW
« no previous file with comments | « cc/ipc/cc_param_traits.cc ('k') | cc/ipc/cc_param_traits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698