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

Unified Diff: cc/trees/property_tree.cc

Issue 1800923002: cc: Directly use property trees to calculate clip rect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add setting to only calculate and verify in cc_unittest 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.cc
diff --git a/cc/trees/property_tree.cc b/cc/trees/property_tree.cc
index 7eea35e1152329e819f1dcfafa0ca08607e98d1b..02621097880c5590a7d5bb7de3598cc796b65ee9 100644
--- a/cc/trees/property_tree.cc
+++ b/cc/trees/property_tree.cc
@@ -442,8 +442,10 @@ EffectNodeData::EffectNodeData()
has_animated_opacity(false),
effect_changed(false),
num_copy_requests_in_subtree(0),
+ has_unclipped_descendants(false),
transform_id(0),
- clip_id(0) {}
+ clip_id(0),
+ target_id(0) {}
EffectNodeData::EffectNodeData(const EffectNodeData& other) = default;

Powered by Google App Engine
This is Rietveld 408576698