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

Unified Diff: cc/layer_tree_host_unittest_occlusion.cc

Issue 12095053: cc: Avoid expensive RenderingStats collection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 7 years, 11 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/layer_tree_host_unittest.cc ('k') | cc/layer_tree_settings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_host_unittest_occlusion.cc
diff --git a/cc/layer_tree_host_unittest_occlusion.cc b/cc/layer_tree_host_unittest_occlusion.cc
index 55141864ceac92a24df9e83256d6ecb19ded92b8..20434f68d04e0b4c5475ed4d5fa19016a7e936ce 100644
--- a/cc/layer_tree_host_unittest_occlusion.cc
+++ b/cc/layer_tree_host_unittest_occlusion.cc
@@ -20,7 +20,7 @@ class TestLayer : public Layer {
virtual void update(
ResourceUpdateQueue& update_queue,
const OcclusionTracker* occlusion,
- RenderingStats& stats) OVERRIDE {
+ RenderingStats* stats) OVERRIDE {
if (!occlusion)
return;
« no previous file with comments | « cc/layer_tree_host_unittest.cc ('k') | cc/layer_tree_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698