| Index: cc/tiles/tile_manager_unittest.cc
|
| diff --git a/cc/tiles/tile_manager_unittest.cc b/cc/tiles/tile_manager_unittest.cc
|
| index 4a663cefaf5941e4761c966914bfdfa9b70d4179..b9023f8177fa3d1037fe0320fa178a425896435c 100644
|
| --- a/cc/tiles/tile_manager_unittest.cc
|
| +++ b/cc/tiles/tile_manager_unittest.cc
|
| @@ -113,7 +113,7 @@ class TileManagerTilePriorityQueueTest : public testing::Test {
|
|
|
| // Steal from the recycled tree.
|
| scoped_ptr<LayerImpl> old_pending_root = pending_tree->DetachLayerTree();
|
| - DCHECK_IMPLIES(old_pending_root, old_pending_root->id() == id_);
|
| + DCHECK(!old_pending_root || old_pending_root->id() == id_);
|
|
|
| scoped_ptr<FakePictureLayerImpl> pending_layer;
|
| if (old_pending_root) {
|
|
|