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

Unified Diff: cc/resources/picture_pile.h

Issue 12426024: cc: Switch RenderingStats collection in Layer::Update() to RenderingStatsInstrumentation (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase to 190965 Created 7 years, 9 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/resources/picture.cc ('k') | cc/resources/picture_pile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/picture_pile.h
diff --git a/cc/resources/picture_pile.h b/cc/resources/picture_pile.h
index cc92bf84c9ecf54030e5107311e2a7a97eaacf7e..bfd88f8b4edea08ed3b8bb60a9c2c970c3cc8c90 100644
--- a/cc/resources/picture_pile.h
+++ b/cc/resources/picture_pile.h
@@ -11,7 +11,7 @@
namespace cc {
class PicturePileImpl;
class Region;
-struct RenderingStats;
+class RenderingStatsInstrumentation;
class CC_EXPORT PicturePile : public PicturePileBase {
public:
@@ -24,7 +24,7 @@ class CC_EXPORT PicturePile : public PicturePileBase {
SkColor background_color,
const Region& invalidation,
gfx::Rect visible_layer_rect,
- RenderingStats* stats);
+ RenderingStatsInstrumentation* stats_instrumentation);
void set_num_raster_threads(int num_raster_threads) {
num_raster_threads_ = num_raster_threads;
« no previous file with comments | « cc/resources/picture.cc ('k') | cc/resources/picture_pile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698