Index: cc/resources/picture.h |
diff --git a/cc/resources/picture.h b/cc/resources/picture.h |
index 98486a8a0fa19b887d7914e2007417625a8af0ba..959ac54433d58be7b4258ea061950b4d5032e137 100644 |
--- a/cc/resources/picture.h |
+++ b/cc/resources/picture.h |
@@ -24,7 +24,7 @@ class AnalysisCanvas; |
namespace cc { |
class ContentLayerClient; |
-struct RenderingStats; |
+struct RenderingStatsInstrumentation; |
class CC_EXPORT Picture |
: public base::RefCountedThreadSafe<Picture> { |
@@ -43,7 +43,7 @@ class CC_EXPORT Picture |
// Record a paint operation. To be able to safely use this SkPicture for |
// playback on a different thread this can only be called once. |
- void Record(ContentLayerClient*, RenderingStats*, |
+ void Record(ContentLayerClient*, RenderingStatsInstrumentation*, |
danakj
2013/03/23 01:56:32
variables need names
egraether
2013/03/25 21:07:44
Done.
|
const SkTileGridPicture::TileGridInfo& tileGridInfo); |
// Has Record() been called yet? |