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

Unified Diff: content/common/cc_messages.h

Issue 1175113010: cc: Rename visible_content_rect and content stuff on quads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename-visible-content-rect: moreandroid Created 5 years, 6 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
« no previous file with comments | « components/view_manager/public/interfaces/quads.mojom ('k') | content/common/cc_messages_unittest.cc » ('j') | 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 79a3169ee2380073ac44957e1d966fb6008064cb..938dcc4dcd9bd39d74d52042d1fba653be492ffd 100644
--- a/content/common/cc_messages.h
+++ b/content/common/cc_messages.h
@@ -264,9 +264,9 @@ IPC_STRUCT_TRAITS_BEGIN(cc::YUVVideoDrawQuad)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(cc::SharedQuadState)
- IPC_STRUCT_TRAITS_MEMBER(content_to_target_transform)
- IPC_STRUCT_TRAITS_MEMBER(content_bounds)
- IPC_STRUCT_TRAITS_MEMBER(visible_content_rect)
+IPC_STRUCT_TRAITS_MEMBER(quad_to_target_transform)
+IPC_STRUCT_TRAITS_MEMBER(quad_layer_bounds)
+IPC_STRUCT_TRAITS_MEMBER(visible_quad_layer_rect)
IPC_STRUCT_TRAITS_MEMBER(clip_rect)
IPC_STRUCT_TRAITS_MEMBER(is_clipped)
IPC_STRUCT_TRAITS_MEMBER(opacity)
« no previous file with comments | « components/view_manager/public/interfaces/quads.mojom ('k') | content/common/cc_messages_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698