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 = |