| Index: cc/resources/tile_manager.h
|
| diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h
|
| index d691d035b0db0b0e004f49dc05c73b955beb8f17..dc6e777986c527f1ec72acb7fac29e915eded83c 100644
|
| --- a/cc/resources/tile_manager.h
|
| +++ b/cc/resources/tile_manager.h
|
| @@ -174,7 +174,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);
|
|
|