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

Unified Diff: cc/trees/clip_node.h

Issue 2127323002: cc: Use sublayer scale from effect tree (1) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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/proto/property_tree.proto ('k') | cc/trees/clip_node.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/clip_node.h
diff --git a/cc/trees/clip_node.h b/cc/trees/clip_node.h
index 289930be06ecab91b627957040e8abdc3c5b2034..e9dfede834202526d866c5baa6452387d16163c3 100644
--- a/cc/trees/clip_node.h
+++ b/cc/trees/clip_node.h
@@ -49,7 +49,10 @@ struct CC_EXPORT ClipNode {
int transform_id;
// The id of the transform node that defines the clip node's target space.
- int target_id;
+ int target_transform_id;
+
+ // The id of the effect node that defines the clip node's target space.
+ int target_effect_id;
// Whether this node contributes a new clip (that is, whether |clip| needs to
// be applied), rather than only inheriting ancestor clips.
« no previous file with comments | « cc/proto/property_tree.proto ('k') | cc/trees/clip_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698