From 36884de34df2466596fafc6102b7a0c17af47e51 Mon Sep 17 00:00:00 2001 From: "vmpstr@chromium.org" Date: Tue, 5 Feb 2013 23:32:16 +0000 Subject: cc: Pass totalPixelsRasterized instead of RenderingStats to picture pile raster Small change that removes rendering stats from picture pile impl raster call, since it's only used to record total pixels rendered. Instead, passing just pixels rendered pointer should better reflect what's being collected in the call. Review URL: https://chromiumcodereview.appspot.com/12208024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180822 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/picture_pile_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc/picture_pile_impl.h') diff --git a/cc/picture_pile_impl.h b/cc/picture_pile_impl.h index 3cd593d..2911977 100644 --- a/cc/picture_pile_impl.h +++ b/cc/picture_pile_impl.h @@ -34,7 +34,7 @@ class CC_EXPORT PicturePileImpl : public PicturePileBase { SkCanvas* canvas, gfx::Rect content_rect, float contents_scale, - RenderingStats* stats); + int64* total_pixels_rasterized); void GatherPixelRefs( gfx::Rect content_rect, -- cgit v1.1