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

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
Index: cc/trees/property_tree.h
diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
index 4c1fab2ebfd43a43d6934a04f6eeb85d15102b32..b36b914852dcaaa9d9b0e06cdc14e2543df3ea5c 100644
--- a/cc/trees/property_tree.h
+++ b/cc/trees/property_tree.h
@@ -271,6 +271,9 @@ 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 the id of the
+ // render surface's target.
ajuma 2016/03/29 13:41:10 For a node that corresponds to a surface, it looks
jaydasika 2016/03/29 16:03:45 Done.
+ int target_id;
bool operator==(const EffectNodeData& other) const;

Powered by Google App Engine
This is Rietveld 408576698