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

Unified Diff: cc/trees/property_tree.h

Issue 1832233002: cc : Use effect tree to determine if a layer is inside replica (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/layer_tree_impl.cc ('k') | cc/trees/property_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/property_tree.h
diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
index 4c1fab2ebfd43a43d6934a04f6eeb85d15102b32..1993976a2d61fc01f439ca30323e04d3bb7d865a 100644
--- a/cc/trees/property_tree.h
+++ b/cc/trees/property_tree.h
@@ -271,6 +271,8 @@ struct CC_EXPORT EffectNodeData {
int num_copy_requests_in_subtree;
int transform_id;
int clip_id;
+ // For a node that creates a render surface, target_id is its own id.
+ int target_id;
bool operator==(const EffectNodeData& other) const;
« no previous file with comments | « cc/trees/layer_tree_impl.cc ('k') | cc/trees/property_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698