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

Unified Diff: cc/test/fake_picture_layer_tiling_client.h

Issue 12519006: cc:: Add RenderingStatsInstrumentation to manage collection of RenderingStats (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Early out in methods, pass raw pointers, updated tests 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
Index: cc/test/fake_picture_layer_tiling_client.h
diff --git a/cc/test/fake_picture_layer_tiling_client.h b/cc/test/fake_picture_layer_tiling_client.h
index 5935ae37f7bb2ff01154f7b912d0e7f8ec03223f..870cb40c67f7887aac2557f0e3a436f663cd9a87 100644
--- a/cc/test/fake_picture_layer_tiling_client.h
+++ b/cc/test/fake_picture_layer_tiling_client.h
@@ -31,6 +31,7 @@ class FakePictureLayerTilingClient : public PictureLayerTilingClient {
gfx::Size TileSize() const { return tile_size_; }
protected:
+ scoped_ptr<RenderingStatsRecorder> rendering_stats_recorder_;
FakeTileManagerClient tile_manager_client_;
TileManager tile_manager_;
scoped_refptr<PicturePileImpl> pile_;

Powered by Google App Engine
This is Rietveld 408576698