Index: cc/resources/tile_manager.h |
diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h |
index 8008b330c0b61b2da9982dac50cfbbcd75c0bf54..ea22fd8dae27718ebaef0cc4c064eead45adf751 100644 |
--- a/cc/resources/tile_manager.h |
+++ b/cc/resources/tile_manager.h |
@@ -292,6 +292,7 @@ class CC_EXPORT TileManager : public RasterizerClient, |
scoped_refptr<RasterTask> CreateRasterTask(Tile* tile); |
scoped_ptr<base::Value> GetMemoryRequirementsAsValue() const; |
void UpdatePrioritizedTileSetIfNeeded(); |
+ void CleanUpLayers(); |
TileManagerClient* client_; |
ResourcePool* resource_pool_; |