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

Unified Diff: cc/tile_manager.h

Issue 11575015: adding render stats for deferred image decoding (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/rendering_stats.cc ('k') | cc/tile_manager.cc » ('j') | cc/tile_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tile_manager.h
diff --git a/cc/tile_manager.h b/cc/tile_manager.h
index d80e2f1a0b1860441c47e99a947c139821a788a8..7551d7899b0a35eee19057661b05bf4acefee0a0 100644
--- a/cc/tile_manager.h
+++ b/cc/tile_manager.h
@@ -104,7 +104,9 @@ class CC_EXPORT TileManager {
RenderingStats*);
void DidFinishTileInitialization(Tile*);
void DispatchImageDecodingTasksForTile(Tile*);
- void OnImageDecodingTaskCompleted(scoped_refptr<Tile>, uint32_t);
+ void OnImageDecodingTaskCompleted(scoped_refptr<Tile>,
+ uint32_t,
+ RenderingStats*);
void DispatchOneImageDecodingTask(
RasterThread*, scoped_refptr<Tile>, skia::LazyPixelRef*);
RasterThread* GetFreeRasterThread();
« no previous file with comments | « cc/rendering_stats.cc ('k') | cc/tile_manager.cc » ('j') | cc/tile_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698