Index: cc/resources/tile_manager.h |
diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h |
index fa5c6500902076688dcddac16866ee2897b61901..3def16bec620d298ed207557406679de4fa6555a 100644 |
--- a/cc/resources/tile_manager.h |
+++ b/cc/resources/tile_manager.h |
@@ -112,7 +112,8 @@ class CC_EXPORT TileManager : public RasterizerClient, |
scoped_refptr<base::debug::ConvertableToTraceFormat> BasicStateAsValue() |
const; |
void BasicStateAsValueInto(base::debug::TracedValue* dict) const; |
- void AllTilesAsValueInto(base::debug::TracedValue* array) const; |
+ void AllTilesAsValueInto(base::debug::TracedValue* array, |
+ const std::set<const Tile*>& active_tiles) const; |
const MemoryHistory::Entry& memory_stats_from_last_assign() const { |
return memory_stats_from_last_assign_; |
} |