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

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: nit 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') | no next file with comments »
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..cc140c4991a429af965204b5d563786c089104ea 100644
--- a/cc/tile_manager.h
+++ b/cc/tile_manager.h
@@ -104,9 +104,12 @@ 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*);
+ void GatherPixelRefsForFile(Tile*);
RasterThread* GetFreeRasterThread();
TileManagerClient* client_;
« no previous file with comments | « cc/rendering_stats.cc ('k') | cc/tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698