| Index: cc/tiles/picture_layer_tiling_set.cc
|
| diff --git a/cc/tiles/picture_layer_tiling_set.cc b/cc/tiles/picture_layer_tiling_set.cc
|
| index 0848e61d79869613a2762ee8a7dd8cd97c858e23..9facf9f252c980da9c8f8d1cef8876c58dd79827 100644
|
| --- a/cc/tiles/picture_layer_tiling_set.cc
|
| +++ b/cc/tiles/picture_layer_tiling_set.cc
|
| @@ -140,7 +140,7 @@
|
|
|
| // Invalidate tiles and update them to the new raster source.
|
| for (PictureLayerTiling* tiling : tilings_) {
|
| - DCHECK(tree_ != PENDING_TREE || !tiling->has_tiles());
|
| + DCHECK_IMPLIES(tree_ == PENDING_TREE, !tiling->has_tiles());
|
| tiling->SetRasterSourceAndResize(raster_source);
|
|
|
| // We can commit on either active or pending trees, but only active one can
|
|
|