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

Unified Diff: cc/resources/picture.h

Issue 25284005: cc: Add best_record_time to rendering stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 7 years, 3 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
« no previous file with comments | « cc/debug/rendering_stats_instrumentation.cc ('k') | cc/resources/picture.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/picture.h
diff --git a/cc/resources/picture.h b/cc/resources/picture.h
index 238647772fcd68c4fb9ffa01897be4952300d71b..6a33a40f5aed04c941a1a92ff44cef1ab0f05920 100644
--- a/cc/resources/picture.h
+++ b/cc/resources/picture.h
@@ -60,8 +60,7 @@ class CC_EXPORT Picture
// Record a paint operation. To be able to safely use this SkPicture for
// playback on a different thread this can only be called once.
void Record(ContentLayerClient* client,
- const SkTileGridPicture::TileGridInfo& tile_grid_info,
- RenderingStatsInstrumentation* stats_instrumentation);
+ const SkTileGridPicture::TileGridInfo& tile_grid_info);
// Gather pixel refs from recording.
void GatherPixelRefs(const SkTileGridPicture::TileGridInfo& tile_grid_info,
« no previous file with comments | « cc/debug/rendering_stats_instrumentation.cc ('k') | cc/resources/picture.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698