| Index: include/images/SkImageRef_GlobalPool.h
|
| diff --git a/include/images/SkImageRef_GlobalPool.h b/include/images/SkImageRef_GlobalPool.h
|
| index 914b0eb4350d7b0f36ffcc88aa5c6db3b1a79646..c12edbc71f6852f1ad83fab21b164f79d8797e5c 100644
|
| --- a/include/images/SkImageRef_GlobalPool.h
|
| +++ b/include/images/SkImageRef_GlobalPool.h
|
| @@ -13,6 +13,8 @@
|
| #include "SkImageRef.h"
|
|
|
| class SkImageRef_GlobalPool : public SkImageRef {
|
| + typedef SkImageRef INHERITED;
|
| +
|
| public:
|
| // if pool is null, use the global pool
|
| SkImageRef_GlobalPool(SkStream*, SkBitmap::Config, int sampleSize = 1);
|
| @@ -53,9 +55,6 @@ protected:
|
| virtual void onUnlockPixels();
|
|
|
| SkImageRef_GlobalPool(SkFlattenableReadBuffer&);
|
| -
|
| -private:
|
| - typedef SkImageRef INHERITED;
|
| };
|
|
|
| #endif
|
|
|