cc: Removed DCHECK that asserted MapPoint returns clipped as true
When we apply a perspective to a div, we could end up with a situation where the mapped points end up behind the view. When this happened we would DCHECK, but since this a valid scenario and the rendered results look correct (as far as I can tell), I'm removing the DCHECK. Please see http://jsfiddle.net/kkryf2v4/ for an example where we animate from non-clipped to clipped div. BUG=416367 Review URL: https://codereview.chromium.org/610603003 Cr-Commit-Position: refs/heads/master@{#297082}
Showing
Please register or sign in to comment