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

Unified Diff: cc/trees/property_tree_builder.cc

Issue 1987123002: cc : Track transform animation changes on transform tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/property_tree.cc ('k') | cc/trees/property_tree_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/property_tree_builder.cc
diff --git a/cc/trees/property_tree_builder.cc b/cc/trees/property_tree_builder.cc
index 4bd62d1bea7dedbe8447e3765ba95037462e6e61..16f9398f2b63331d614e2467a8538c29b424babd 100644
--- a/cc/trees/property_tree_builder.cc
+++ b/cc/trees/property_tree_builder.cc
@@ -514,7 +514,7 @@ bool AddTransformNodeIfNeeded(
->data.transform_id;
DCHECK_NE(node->data.target_id, kInvalidPropertyTreeNodeId);
- node->data.is_animated = has_potentially_animated_transform;
+ node->data.has_potential_animation = has_potentially_animated_transform;
if (has_potentially_animated_transform) {
float maximum_animation_target_scale = 0.f;
if (layer->MaximumTargetScale(&maximum_animation_target_scale)) {
« no previous file with comments | « cc/trees/property_tree.cc ('k') | cc/trees/property_tree_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698