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

Unified Diff: cc/tile_manager.h

Issue 12209022: cc: add rasterize time to continuous painting graph data in impl-side-painting (Closed) Base URL: http://git.chromium.org/chromium/src.git@raster
Patch Set: Created 7 years, 10 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/tile_manager.h
diff --git a/cc/tile_manager.h b/cc/tile_manager.h
index 16212ed66e5f7398d0bbbaf572f245ace0824ace..de214abcfed3714a9b81e2820e2fdcce3e2dacad 100644
--- a/cc/tile_manager.h
+++ b/cc/tile_manager.h
@@ -94,8 +94,7 @@ class CC_EXPORT TileManager {
public:
TileManager(TileManagerClient* client,
ResourceProvider *resource_provider,
- size_t num_raster_threads,
- bool record_rendering_stats);
+ size_t num_raster_threads);
virtual ~TileManager();
const GlobalStateThatImpactsTilePriority& GlobalState() const {
@@ -110,6 +109,7 @@ class CC_EXPORT TileManager {
void GetMemoryStats(size_t* memoryRequiredBytes,
size_t* memoryNiceToHaveBytes,
size_t* memoryUsedBytes) const;
+ void SetRecordRenderingStats(bool);
void GetRenderingStats(RenderingStats* stats);
bool HasPendingWorkScheduled(WhichTree tree) const;
« cc/layer_tree_host_impl.cc ('K') | « cc/raster_worker_pool.cc ('k') | cc/tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698