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

Unified Diff: cc/trees/draw_property_utils.cc

Issue 2266223002: cc: Compute draw transforms dynamically. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix layout tests Created 4 years, 3 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/draw_property_utils.cc
diff --git a/cc/trees/draw_property_utils.cc b/cc/trees/draw_property_utils.cc
index 7db6814424ebe5496040584f5d4ffc3e34553a1f..c67d5ac59de256af6e2d6340281b1c1e41fe1b50 100644
--- a/cc/trees/draw_property_utils.cc
+++ b/cc/trees/draw_property_utils.cc
@@ -897,9 +897,6 @@ void ComputeClips(PropertyTrees* property_trees,
effect_tree, transform_tree);
#endif
}
- // source_to_target computation should be successful as target is an
- // ancestor of the transform node.
- DCHECK(success);
ajuma 2016/09/07 14:51:23 In which cases is this DCHECK now failing?
sunxd 2016/09/07 15:20:02 It only fails when the target's surface content sc
}
gfx::RectF source_clip_in_target_space =

Powered by Google App Engine
This is Rietveld 408576698