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

Unified Diff: cc/picture_pile.h

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/picture_layer_impl_unittest.cc ('k') | cc/picture_pile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture_pile.h
diff --git a/cc/picture_pile.h b/cc/picture_pile.h
index e5818ce455d6413beb4dcbd330897cb715553f37..a6271fac05f27ddceadf3548140add02fee6fc9e 100644
--- a/cc/picture_pile.h
+++ b/cc/picture_pile.h
@@ -23,7 +23,7 @@ class CC_EXPORT PicturePile : public PicturePileBase {
ContentLayerClient* painter,
const Region& invalidation,
gfx::Rect visible_layer_rect,
- RenderingStats& stats);
+ RenderingStats* stats);
// Update other with a shallow copy of this (main => compositor thread commit)
void PushPropertiesTo(PicturePileImpl* other);
« no previous file with comments | « cc/picture_layer_impl_unittest.cc ('k') | cc/picture_pile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698