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

Unified 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: Made changes requested in message #2 Created 7 years, 10 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 side-by-side diff with in-line comments
Download patch
« cc/shared_quad_state.h ('K') | « cc/tiled_layer_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/cc_messages.h
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
index c489b9760a2f6fdc9d8cce28c4ec7f8cc238a48c..f644d0eb839aac767bc9d7e3946b99a7146186cf 100644
--- a/content/common/cc_messages.h
+++ b/content/common/cc_messages.h
@@ -191,10 +191,6 @@ IPC_STRUCT_TRAITS_BEGIN(cc::TileDrawQuad)
IPC_STRUCT_TRAITS_MEMBER(tex_coord_rect)
IPC_STRUCT_TRAITS_MEMBER(texture_size)
IPC_STRUCT_TRAITS_MEMBER(swizzle_contents)
- IPC_STRUCT_TRAITS_MEMBER(left_edge_aa)
- IPC_STRUCT_TRAITS_MEMBER(top_edge_aa)
- IPC_STRUCT_TRAITS_MEMBER(right_edge_aa)
- IPC_STRUCT_TRAITS_MEMBER(bottom_edge_aa)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(cc::YUVVideoDrawQuad)
@@ -207,6 +203,7 @@ IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(cc::SharedQuadState)
IPC_STRUCT_TRAITS_MEMBER(content_to_target_transform)
+ IPC_STRUCT_TRAITS_MEMBER(content_bounds)
danakj 2013/02/26 20:26:29 Can you add this to the unit tests in cc_messages_
ernstm 2013/02/26 22:08:05 Done.
IPC_STRUCT_TRAITS_MEMBER(visible_content_rect)
IPC_STRUCT_TRAITS_MEMBER(clip_rect)
IPC_STRUCT_TRAITS_MEMBER(is_clipped)
« cc/shared_quad_state.h ('K') | « cc/tiled_layer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698