| Index: cc/tiles/tile_manager.cc
|
| diff --git a/cc/tiles/tile_manager.cc b/cc/tiles/tile_manager.cc
|
| index cc7758752e5322eb4e462f7ddd0c99156405102e..f90faa08d35c62b4bfa58f75b667e105d0a8c74a 100644
|
| --- a/cc/tiles/tile_manager.cc
|
| +++ b/cc/tiles/tile_manager.cc
|
| @@ -494,7 +494,7 @@
|
| // or deleted. If this operation becomes expensive too, only do this after
|
| // some resource(s) was returned. Note that in that case, one also need to
|
| // invalidate when releasing some resource from the pool.
|
| - resource_pool_->CheckBusyResources();
|
| + resource_pool_->CheckBusyResources(false);
|
|
|
| // Now give memory out to the tiles until we're out, and build
|
| // the needs-to-be-rasterized queue.
|
|
|