| Index: cc/resources/tile_manager.cc
|
| diff --git a/cc/resources/tile_manager.cc b/cc/resources/tile_manager.cc
|
| index b7f5a9d6acd27cb970c17600a1683cf5d450f8f6..f3d302b4be362831e7e212d26652450f4a243159 100644
|
| --- a/cc/resources/tile_manager.cc
|
| +++ b/cc/resources/tile_manager.cc
|
| @@ -731,14 +731,6 @@ void TileManager::BasicStateAsValueInto(base::debug::TracedValue* state) const {
|
| state->EndDictionary();
|
| }
|
|
|
| -void TileManager::AllTilesAsValueInto(base::debug::TracedValue* state) const {
|
| - for (TileMap::const_iterator it = tiles_.begin(); it != tiles_.end(); ++it) {
|
| - state->BeginDictionary();
|
| - it->second->AsValueInto(state);
|
| - state->EndDictionary();
|
| - }
|
| -}
|
| -
|
| void TileManager::AssignGpuMemoryToTiles(
|
| PrioritizedTileSet* tiles,
|
| TileVector* tiles_that_need_to_be_rasterized) {
|
|
|