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

Unified Diff: cc/tile_manager.h

Issue 12192025: Add cheapness predictor success histogram (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed cl 12194015 change from diff 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
« no previous file with comments | « no previous file | 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 a8490b6facdb4482d032862fe3b0712c43135109..0b47a822c5cbbbcb2c92ca8492dec44e148665bd 100644
--- a/cc/tile_manager.h
+++ b/cc/tile_manager.h
@@ -165,11 +165,17 @@ class CC_EXPORT TileManager {
static void RunRasterTask(uint8* buffer,
const gfx::Rect& rect,
float contents_scale,
+ bool use_cheapness_estimator,
PicturePileImpl* picture_pile,
RenderingStats* stats);
static void RunImageDecodeTask(skia::LazyPixelRef* pixel_ref,
RenderingStats* stats);
+ static void RecordCheapnessPredictorCorrectness(
nduca 2013/02/05 00:22:26 indentation, follow chrome style guide foo(bar,
+ bool is_predicted_cheap,
+ bool is_actually_cheap
+ );
+
TileManagerClient* client_;
scoped_ptr<ResourcePool> resource_pool_;
scoped_ptr<RasterWorkerPool> raster_worker_pool_;
« no previous file with comments | « no previous file | cc/tile_manager.cc » ('j') | cc/tile_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698