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

Unified Diff: cc/trees/effect_node.h

Issue 2856043002: cc : Layers with singular transforms and copy request should be drawn (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
« no previous file with comments | « cc/trees/draw_property_utils.cc ('k') | cc/trees/effect_node.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/effect_node.h
diff --git a/cc/trees/effect_node.h b/cc/trees/effect_node.h
index 42490d8743b1df5fd5bdbef93b7f35b4cad896ca..9d37b87f30ee52f898df2c82f686517eadae3daa 100644
--- a/cc/trees/effect_node.h
+++ b/cc/trees/effect_node.h
@@ -64,6 +64,7 @@ struct CC_EXPORT EffectNode {
// Effect node id of which this effect contributes to.
int target_id;
int mask_layer_id;
+ int closest_ancestor_with_copy_request_id;
weiliangc 2017/05/03 17:34:16 Is it possible to make this acts more similar to s
jaydasika 2017/05/03 21:14:33 Done.
bool operator==(const EffectNode& other) const;
« no previous file with comments | « cc/trees/draw_property_utils.cc ('k') | cc/trees/effect_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698