cc: Remove DCHECK code from production.
commit266ef9205cd59f771495a9721ae4e83addf18439
authordanakj <danakj@chromium.org>
Fri, 24 Oct 2014 22:12:31 +0000 (24 15:12 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 24 Oct 2014 22:12:46 +0000 (24 22:12 +0000)
tree02646c5e1938822fc2fd7306cab140a3d722aa2f
parent9292093c4528d728d92808181dff9fb97a0036c0
cc: Remove DCHECK code from production.

Use else { DCHECK_IMPLIES(a, b); } instead of else if (a) { DCHECK(b); }

R=enne, vmpstr

Review URL: https://codereview.chromium.org/670063008

Cr-Commit-Position: refs/heads/master@{#301206}
cc/layers/picture_layer.cc