| Index: include/core/SkBitmap.h
|
| diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
|
| index b13b6f74515cbb29f4ecec22fd48aa9270c7009c..e06216cef5d804b1e623c3e360157f8c6353f9a2 100644
|
| --- a/include/core/SkBitmap.h
|
| +++ b/include/core/SkBitmap.h
|
| @@ -673,8 +673,6 @@ public:
|
|
|
| class Allocator : public SkRefCnt {
|
| public:
|
| - SK_DECLARE_INST_COUNT(Allocator)
|
| -
|
| /** Allocate the pixel memory for the bitmap, given its dimensions and
|
| colortype. Return true on success, where success means either setPixels
|
| or setPixelRef was called. The pixels need not be locked when this
|
|
|