Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1945)

Unified Diff: cc/resources/tile_manager.h

Issue 493543002: cc: Report only on active tiles in tracing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
}

Powered by Google App Engine
This is Rietveld 408576698