| Index: cc/resources/texture_mailbox.cc
|
| diff --git a/cc/resources/texture_mailbox.cc b/cc/resources/texture_mailbox.cc
|
| index ff4c6f92022815816ee161c1813643b8d78f5e58..ad008b82150b61b4e6beae1b4c22bd495fb1d25e 100644
|
| --- a/cc/resources/texture_mailbox.cc
|
| +++ b/cc/resources/texture_mailbox.cc
|
| @@ -36,7 +36,7 @@ TextureMailbox::TextureMailbox(const gpu::Mailbox& mailbox,
|
| size_in_pixels_(size_in_pixels),
|
| is_overlay_candidate_(is_overlay_candidate),
|
| nearest_neighbor_(false) {
|
| - DCHECK_IMPLIES(is_overlay_candidate, !size_in_pixels.IsEmpty());
|
| + DCHECK(!is_overlay_candidate || !size_in_pixels.IsEmpty());
|
| }
|
|
|
| TextureMailbox::TextureMailbox(SharedBitmap* shared_bitmap,
|
|
|