| Index: cc/resources/tile_manager.cc
|
| diff --git a/cc/resources/tile_manager.cc b/cc/resources/tile_manager.cc
|
| index ed41f3afc2c50aab106fc88cfcb62c371080be60..7942223b77f09d5ddfaa413de367494f72b6e990 100644
|
| --- a/cc/resources/tile_manager.cc
|
| +++ b/cc/resources/tile_manager.cc
|
| @@ -361,6 +361,7 @@ void TileManager::AbortPendingTileUploads() {
|
| tile->drawing_info().resource_->id());
|
| resource_pool_->resource_provider()->ReleasePixelBuffer(
|
| tile->drawing_info().resource_->id());
|
| + tile->drawing_info().memory_state_ = USING_RELEASABLE_MEMORY;
|
|
|
| FreeResourcesForTile(tile);
|
|
|
|
|