Chromium Code Reviews| Index: src/utils/SkPictureUtils.cpp | 
| =================================================================== | 
| --- src/utils/SkPictureUtils.cpp (revision 13001) | 
| +++ src/utils/SkPictureUtils.cpp (working copy) | 
| @@ -50,6 +50,8 @@ | 
| */ | 
| class GatherPixelRefDevice : public SkBaseDevice { | 
| public: | 
| + SK_DECLARE_INST_COUNT(GatherPixelRefDevice) | 
| + | 
| GatherPixelRefDevice(int width, int height, PixelRefSet* prset) { | 
| fSize.set(width, height); | 
| fEmptyBitmap.setConfig(SkBitmap::kNo_Config, width, height); |