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

Side by Side Diff: content/common/cc_messages.h

Issue 21154002: Add support for converting cc::FilterOperations into an SkImageFilter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 2 months 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 | Annotate | Revision Log
« no previous file with comments | « cc/trees/occlusion_tracker.cc ('k') | content/common/cc_messages.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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // IPC Messages sent between compositor instances. 5 // IPC Messages sent between compositor instances.
6 6
7 #include "cc/output/begin_frame_args.h" 7 #include "cc/output/begin_frame_args.h"
8 #include "cc/output/compositor_frame.h" 8 #include "cc/output/compositor_frame.h"
9 #include "cc/output/compositor_frame_ack.h" 9 #include "cc/output/compositor_frame_ack.h"
10 #include "cc/output/filter_operation.h" 10 #include "cc/output/filter_operation.h"
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 IPC_STRUCT_TRAITS_END() 152 IPC_STRUCT_TRAITS_END()
153 153
154 IPC_STRUCT_TRAITS_BEGIN(cc::RenderPassDrawQuad) 154 IPC_STRUCT_TRAITS_BEGIN(cc::RenderPassDrawQuad)
155 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad) 155 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad)
156 IPC_STRUCT_TRAITS_MEMBER(render_pass_id) 156 IPC_STRUCT_TRAITS_MEMBER(render_pass_id)
157 IPC_STRUCT_TRAITS_MEMBER(is_replica) 157 IPC_STRUCT_TRAITS_MEMBER(is_replica)
158 IPC_STRUCT_TRAITS_MEMBER(mask_resource_id) 158 IPC_STRUCT_TRAITS_MEMBER(mask_resource_id)
159 IPC_STRUCT_TRAITS_MEMBER(contents_changed_since_last_frame) 159 IPC_STRUCT_TRAITS_MEMBER(contents_changed_since_last_frame)
160 IPC_STRUCT_TRAITS_MEMBER(mask_uv_rect) 160 IPC_STRUCT_TRAITS_MEMBER(mask_uv_rect)
161 IPC_STRUCT_TRAITS_MEMBER(filters) 161 IPC_STRUCT_TRAITS_MEMBER(filters)
162 IPC_STRUCT_TRAITS_MEMBER(filter)
163 IPC_STRUCT_TRAITS_MEMBER(background_filters) 162 IPC_STRUCT_TRAITS_MEMBER(background_filters)
164 IPC_STRUCT_TRAITS_END() 163 IPC_STRUCT_TRAITS_END()
165 164
166 IPC_STRUCT_TRAITS_BEGIN(cc::SolidColorDrawQuad) 165 IPC_STRUCT_TRAITS_BEGIN(cc::SolidColorDrawQuad)
167 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad) 166 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad)
168 IPC_STRUCT_TRAITS_MEMBER(color) 167 IPC_STRUCT_TRAITS_MEMBER(color)
169 IPC_STRUCT_TRAITS_MEMBER(force_anti_aliasing_off) 168 IPC_STRUCT_TRAITS_MEMBER(force_anti_aliasing_off)
170 IPC_STRUCT_TRAITS_END() 169 IPC_STRUCT_TRAITS_END()
171 170
172 IPC_STRUCT_TRAITS_BEGIN(cc::StreamVideoDrawQuad) 171 IPC_STRUCT_TRAITS_BEGIN(cc::StreamVideoDrawQuad)
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 IPC_STRUCT_TRAITS_MEMBER(size) 255 IPC_STRUCT_TRAITS_MEMBER(size)
257 IPC_STRUCT_TRAITS_MEMBER(sub_buffer_rect) 256 IPC_STRUCT_TRAITS_MEMBER(sub_buffer_rect)
258 IPC_STRUCT_TRAITS_END() 257 IPC_STRUCT_TRAITS_END()
259 258
260 IPC_STRUCT_TRAITS_BEGIN(cc::SoftwareFrameData) 259 IPC_STRUCT_TRAITS_BEGIN(cc::SoftwareFrameData)
261 IPC_STRUCT_TRAITS_MEMBER(id) 260 IPC_STRUCT_TRAITS_MEMBER(id)
262 IPC_STRUCT_TRAITS_MEMBER(size) 261 IPC_STRUCT_TRAITS_MEMBER(size)
263 IPC_STRUCT_TRAITS_MEMBER(damage_rect) 262 IPC_STRUCT_TRAITS_MEMBER(damage_rect)
264 IPC_STRUCT_TRAITS_MEMBER(handle) 263 IPC_STRUCT_TRAITS_MEMBER(handle)
265 IPC_STRUCT_TRAITS_END() 264 IPC_STRUCT_TRAITS_END()
OLDNEW
« no previous file with comments | « cc/trees/occlusion_tracker.cc ('k') | content/common/cc_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698