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

Unified Diff: cc/trees/layer_tree_host_unittest_occlusion.cc

Issue 12426024: cc: Switch RenderingStats collection in Layer::Update() to RenderingStatsInstrumentation (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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/trees/layer_tree_host_unittest_occlusion.cc
diff --git a/cc/trees/layer_tree_host_unittest_occlusion.cc b/cc/trees/layer_tree_host_unittest_occlusion.cc
index 72abb153d69220b752be3befa71594ca90762391..b5a6c8b22910593c9cd525f49d17794978b62f1c 100644
--- a/cc/trees/layer_tree_host_unittest_occlusion.cc
+++ b/cc/trees/layer_tree_host_unittest_occlusion.cc
@@ -19,8 +19,7 @@ class TestLayer : public Layer {
virtual void Update(
ResourceUpdateQueue* update_queue,
- const OcclusionTracker* occlusion,
- RenderingStats* stats) OVERRIDE {
+ const OcclusionTracker* occlusion) OVERRIDE {
if (!occlusion)
return;

Powered by Google App Engine
This is Rietveld 408576698