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

Unified Diff: components/view_manager/display_manager.cc

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 | « cc/trees/occlusion_tracker_unittest.cc ('k') | components/view_manager/public/interfaces/quads.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/display_manager.cc
diff --git a/components/view_manager/display_manager.cc b/components/view_manager/display_manager.cc
index c292450d76226a5b67bdae02b3fbb8917c73562e..67caecc3571e4671d10b140a65a0e100a4bafcbc 100644
--- a/components/view_manager/display_manager.cc
+++ b/components/view_manager/display_manager.cc
@@ -66,7 +66,7 @@ void DrawViewTree(mojo::Pass* pass,
auto sqs = mojo::CreateDefaultSQS(view->bounds().size());
sqs->blend_mode = mojo::SK_XFERMODE_kSrcOver_Mode;
sqs->opacity = combined_opacity;
- sqs->content_to_target_transform = mojo::Transform::From(node_transform);
+ sqs->quad_to_target_transform = mojo::Transform::From(node_transform);
pass->quads.push_back(surface_quad.Pass());
pass->shared_quad_states.push_back(sqs.Pass());
« no previous file with comments | « cc/trees/occlusion_tracker_unittest.cc ('k') | components/view_manager/public/interfaces/quads.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698