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

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

Issue 12328098: cc: Moving anti-aliasing decision to parent compositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@solidaa
Patch Set: Rebase to tip of tree Created 7 years, 9 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
« no previous file with comments | « cc/tiled_layer_impl.cc ('k') | content/common/cc_messages_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 (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/checkerboard_draw_quad.h" 7 #include "cc/checkerboard_draw_quad.h"
8 #include "cc/compositor_frame.h" 8 #include "cc/compositor_frame.h"
9 #include "cc/compositor_frame_ack.h" 9 #include "cc/compositor_frame_ack.h"
10 #include "cc/debug_border_draw_quad.h" 10 #include "cc/debug_border_draw_quad.h"
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 IPC_STRUCT_TRAITS_MEMBER(vertex_opacity[3]) 192 IPC_STRUCT_TRAITS_MEMBER(vertex_opacity[3])
193 IPC_STRUCT_TRAITS_MEMBER(flipped) 193 IPC_STRUCT_TRAITS_MEMBER(flipped)
194 IPC_STRUCT_TRAITS_END() 194 IPC_STRUCT_TRAITS_END()
195 195
196 IPC_STRUCT_TRAITS_BEGIN(cc::TileDrawQuad) 196 IPC_STRUCT_TRAITS_BEGIN(cc::TileDrawQuad)
197 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad) 197 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad)
198 IPC_STRUCT_TRAITS_MEMBER(resource_id) 198 IPC_STRUCT_TRAITS_MEMBER(resource_id)
199 IPC_STRUCT_TRAITS_MEMBER(tex_coord_rect) 199 IPC_STRUCT_TRAITS_MEMBER(tex_coord_rect)
200 IPC_STRUCT_TRAITS_MEMBER(texture_size) 200 IPC_STRUCT_TRAITS_MEMBER(texture_size)
201 IPC_STRUCT_TRAITS_MEMBER(swizzle_contents) 201 IPC_STRUCT_TRAITS_MEMBER(swizzle_contents)
202 IPC_STRUCT_TRAITS_MEMBER(left_edge_aa)
203 IPC_STRUCT_TRAITS_MEMBER(top_edge_aa)
204 IPC_STRUCT_TRAITS_MEMBER(right_edge_aa)
205 IPC_STRUCT_TRAITS_MEMBER(bottom_edge_aa)
206 IPC_STRUCT_TRAITS_END() 202 IPC_STRUCT_TRAITS_END()
207 203
208 IPC_STRUCT_TRAITS_BEGIN(cc::YUVVideoDrawQuad) 204 IPC_STRUCT_TRAITS_BEGIN(cc::YUVVideoDrawQuad)
209 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad) 205 IPC_STRUCT_TRAITS_PARENT(cc::DrawQuad)
210 IPC_STRUCT_TRAITS_MEMBER(tex_scale) 206 IPC_STRUCT_TRAITS_MEMBER(tex_scale)
211 IPC_STRUCT_TRAITS_MEMBER(y_plane) 207 IPC_STRUCT_TRAITS_MEMBER(y_plane)
212 IPC_STRUCT_TRAITS_MEMBER(u_plane) 208 IPC_STRUCT_TRAITS_MEMBER(u_plane)
213 IPC_STRUCT_TRAITS_MEMBER(v_plane) 209 IPC_STRUCT_TRAITS_MEMBER(v_plane)
214 IPC_STRUCT_TRAITS_END() 210 IPC_STRUCT_TRAITS_END()
215 211
216 IPC_STRUCT_TRAITS_BEGIN(cc::SharedQuadState) 212 IPC_STRUCT_TRAITS_BEGIN(cc::SharedQuadState)
217 IPC_STRUCT_TRAITS_MEMBER(content_to_target_transform) 213 IPC_STRUCT_TRAITS_MEMBER(content_to_target_transform)
214 IPC_STRUCT_TRAITS_MEMBER(content_bounds)
218 IPC_STRUCT_TRAITS_MEMBER(visible_content_rect) 215 IPC_STRUCT_TRAITS_MEMBER(visible_content_rect)
219 IPC_STRUCT_TRAITS_MEMBER(clip_rect) 216 IPC_STRUCT_TRAITS_MEMBER(clip_rect)
220 IPC_STRUCT_TRAITS_MEMBER(is_clipped) 217 IPC_STRUCT_TRAITS_MEMBER(is_clipped)
221 IPC_STRUCT_TRAITS_MEMBER(opacity) 218 IPC_STRUCT_TRAITS_MEMBER(opacity)
222 IPC_STRUCT_TRAITS_END() 219 IPC_STRUCT_TRAITS_END()
223 220
224 IPC_STRUCT_TRAITS_BEGIN(cc::TransferableResource) 221 IPC_STRUCT_TRAITS_BEGIN(cc::TransferableResource)
225 IPC_STRUCT_TRAITS_MEMBER(id) 222 IPC_STRUCT_TRAITS_MEMBER(id)
226 IPC_STRUCT_TRAITS_MEMBER(sync_point) 223 IPC_STRUCT_TRAITS_MEMBER(sync_point)
227 IPC_STRUCT_TRAITS_MEMBER(format) 224 IPC_STRUCT_TRAITS_MEMBER(format)
(...skipping 11 matching lines...) Expand all
239 IPC_STRUCT_TRAITS_MEMBER(max_page_scale_factor) 236 IPC_STRUCT_TRAITS_MEMBER(max_page_scale_factor)
240 IPC_STRUCT_TRAITS_MEMBER(location_bar_offset) 237 IPC_STRUCT_TRAITS_MEMBER(location_bar_offset)
241 IPC_STRUCT_TRAITS_MEMBER(location_bar_content_translation) 238 IPC_STRUCT_TRAITS_MEMBER(location_bar_content_translation)
242 IPC_STRUCT_TRAITS_END() 239 IPC_STRUCT_TRAITS_END()
243 240
244 IPC_STRUCT_TRAITS_BEGIN(cc::GLFrameData) 241 IPC_STRUCT_TRAITS_BEGIN(cc::GLFrameData)
245 IPC_STRUCT_TRAITS_MEMBER(mailbox) 242 IPC_STRUCT_TRAITS_MEMBER(mailbox)
246 IPC_STRUCT_TRAITS_MEMBER(sync_point) 243 IPC_STRUCT_TRAITS_MEMBER(sync_point)
247 IPC_STRUCT_TRAITS_MEMBER(size) 244 IPC_STRUCT_TRAITS_MEMBER(size)
248 IPC_STRUCT_TRAITS_END() 245 IPC_STRUCT_TRAITS_END()
OLDNEW
« no previous file with comments | « cc/tiled_layer_impl.cc ('k') | content/common/cc_messages_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698