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

Unified Diff: cc/trees/property_tree.h

Issue 2127323002: cc: Use sublayer scale from effect tree (1) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PAC 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
Index: cc/trees/property_tree.h
diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
index 68a99767f0a13a888f40648dc67893d93357cbe8..93f7244c2252276393403665643df3f145963227 100644
--- a/cc/trees/property_tree.h
+++ b/cc/trees/property_tree.h
@@ -234,7 +234,10 @@ struct CC_EXPORT ClipNodeData {
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.

Powered by Google App Engine
This is Rietveld 408576698