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

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: Save paint and rasterize time in per frame struct 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 631469d5c6d9a4e1b4305a03f052a3961c4005f9..18676f551627acc7f0b1fb02cc4eebee83cacf21 100644
--- a/cc/tile_manager.h
+++ b/cc/tile_manager.h
@@ -168,6 +168,7 @@ class CC_EXPORT TileManager {
const gfx::Rect& rect,
float contents_scale,
bool use_cheapness_estimator,
+ bool is_pending_now_bin,
PicturePileImpl* picture_pile,
RenderingStats* stats);
static void RunImageDecodeTask(skia::LazyPixelRef* pixel_ref,
« cc/paint_time_counter.cc ('K') | « cc/ring_buffer.h ('k') | cc/tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698