| Index: src/lazy/SkCachingPixelRef.h
|
| diff --git a/src/lazy/SkCachingPixelRef.h b/src/lazy/SkCachingPixelRef.h
|
| index 1e87874f74dd5d2ec151cd24652d01ad6feadf40..306f7141699c3eff476cd0654c6405e27ba00465 100644
|
| --- a/src/lazy/SkCachingPixelRef.h
|
| +++ b/src/lazy/SkCachingPixelRef.h
|
| @@ -8,6 +8,7 @@
|
| #ifndef SkCachingPixelRef_DEFINED
|
| #define SkCachingPixelRef_DEFINED
|
|
|
| +#include "SkBitmapCache.h"
|
| #include "SkImageInfo.h"
|
| #include "SkImageGenerator.h"
|
| #include "SkPixelRef.h"
|
| @@ -52,9 +53,10 @@ protected:
|
| private:
|
| SkImageGenerator* const fImageGenerator;
|
| bool fErrorInDecoding;
|
| - void* fScaledCacheId;
|
| const size_t fRowBytes;
|
|
|
| + SkBitmap fLockedBitmap;
|
| +
|
| SkCachingPixelRef(const SkImageInfo&, SkImageGenerator*, size_t rowBytes);
|
|
|
| typedef SkPixelRef INHERITED;
|
|
|