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

Unified Diff: cc/trees/property_tree.cc

Issue 2895793002: Track transform animation content readiness on TransformNode. (Closed)
Patch Set: Created 3 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
Index: cc/trees/property_tree.cc
diff --git a/cc/trees/property_tree.cc b/cc/trees/property_tree.cc
index f450baa7067a5b3aa83fa9b6f08a201f17eb2e24..21bf595a623927ac205e1b74b465396996678fae 100644
--- a/cc/trees/property_tree.cc
+++ b/cc/trees/property_tree.cc
@@ -193,6 +193,7 @@ bool TransformTree::OnTransformAnimated(ElementId element_id,
node->local = transform;
node->needs_local_transform_update = true;
node->transform_changed = true;
+ node->ready_since_animation = false;
wkorman 2017/05/20 01:31:27 Is it ok that we do this on both main and impl thr
property_trees()->changed = true;
set_needs_update(true);
return true;

Powered by Google App Engine
This is Rietveld 408576698