| Index: include/core/SkBitmap.h
|
| diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
|
| index b8117bd76f3ea0d7efe67987177cbd877d0a5279..f53a0a7e45a4d98a7eed2104027794cd33029dfc 100644
|
| --- a/include/core/SkBitmap.h
|
| +++ b/include/core/SkBitmap.h
|
| @@ -669,8 +669,7 @@ private:
|
|
|
| mutable SkPixelRef* fPixelRef;
|
| mutable int fPixelLockCount;
|
| - // either user-specified (in which case it is not treated as mutable)
|
| - // or a cache of the returned value from fPixelRef->lockPixels()
|
| + // These are just caches from the locked pixelref
|
| mutable void* fPixels;
|
| mutable SkColorTable* fColorTable; // only meaningful for kIndex8
|
|
|
|
|