| Index: cc/resources/tile_manager.h
|
| diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h
|
| index 1a33876d7c179f2672465c19455e4b9c32faba6e..692434e468b38951da24e2df2cf79806ab714aab 100644
|
| --- a/cc/resources/tile_manager.h
|
| +++ b/cc/resources/tile_manager.h
|
| @@ -172,7 +172,6 @@ class CC_EXPORT TileManager : public RasterWorkerPoolClient,
|
| raster_worker_pool_->GetResourceFormat());
|
| }
|
|
|
| - RasterMode DetermineRasterMode(const Tile* tile) const;
|
| void FreeResourceForTile(Tile* tile, RasterMode mode);
|
| void FreeResourcesForTile(Tile* tile);
|
| void FreeUnusedResourcesForTile(Tile* tile);
|
|
|