| Index: cc/tiles/tile_manager_unittest.cc
|
| diff --git a/cc/tiles/tile_manager_unittest.cc b/cc/tiles/tile_manager_unittest.cc
|
| index 0a068305a0f4d9bb4d6e16f14f56be2bc321f69b..95c3e56b3ae9bcf8f1c10ff048432ff358956ae4 100644
|
| --- a/cc/tiles/tile_manager_unittest.cc
|
| +++ b/cc/tiles/tile_manager_unittest.cc
|
| @@ -125,7 +125,7 @@
|
|
|
| // Steal from the recycled tree.
|
| scoped_ptr<LayerImpl> old_pending_root = pending_tree->DetachLayerTree();
|
| - DCHECK(!old_pending_root || old_pending_root->id() == id_);
|
| + DCHECK_IMPLIES(old_pending_root, old_pending_root->id() == id_);
|
|
|
| scoped_ptr<FakePictureLayerImpl> pending_layer;
|
| if (old_pending_root) {
|
|
|