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

Unified Diff: cc/trees/layer_tree_impl.cc

Issue 2127323002: cc: Use sublayer scale from effect tree (1) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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/draw_property_utils.cc ('k') | cc/trees/layer_tree_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_impl.cc
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
index 4d6ec7072fc88a60f6fc56c95ab1bbeca193761b..572cd60a8726d9b0cd563e3bb393b5cdeb52e0cb 100644
--- a/cc/trees/layer_tree_impl.cc
+++ b/cc/trees/layer_tree_impl.cc
@@ -1672,7 +1672,7 @@ static bool PointIsClippedByAncestorClipNode(
clip_node->id > 1; clip_node = clip_tree.parent(clip_node)) {
if (clip_node->applies_local_clip) {
const TransformNode* transform_node =
- transform_tree.Node(clip_node->target_id);
+ transform_tree.Node(clip_node->target_transform_id);
gfx::Rect combined_clip_in_target_space =
gfx::ToEnclosingRect(clip_node->combined_clip_in_target_space);
« no previous file with comments | « cc/trees/draw_property_utils.cc ('k') | cc/trees/layer_tree_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698