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

Unified Diff: cc/trees/effect_node.h

Issue 2822303003: cc : Compute subtree has copy requests before property tree building (Closed)
Patch Set: . Created 3 years, 8 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/effect_node.h
diff --git a/cc/trees/effect_node.h b/cc/trees/effect_node.h
index 48997c038233a4ee6c386e5d650fc52b5a925088..42490d8743b1df5fd5bdbef93b7f35b4cad896ca 100644
--- a/cc/trees/effect_node.h
+++ b/cc/trees/effect_node.h
@@ -58,7 +58,7 @@ struct CC_EXPORT EffectNode {
// We need to track changes to effects on the compositor to compute damage
// rect.
bool effect_changed;
- int num_copy_requests_in_subtree;
jaydasika 2017/04/19 02:20:34 We need not track the number. The only thing we ar
+ bool subtree_has_copy_request;
int transform_id;
int clip_id;
// Effect node id of which this effect contributes to.

Powered by Google App Engine
This is Rietveld 408576698