| Index: include/gpu/SkGrPixelRef.h
|
| diff --git a/include/gpu/SkGrPixelRef.h b/include/gpu/SkGrPixelRef.h
|
| index 63e975673fd49ebf603d02d94aeac17e871efe26..d8933724fbb32b6b22567a305ad7ae1ce96499b6 100644
|
| --- a/include/gpu/SkGrPixelRef.h
|
| +++ b/include/gpu/SkGrPixelRef.h
|
| @@ -24,9 +24,10 @@ public:
|
| virtual ~SkROLockPixelsPixelRef();
|
|
|
| protected:
|
| - virtual bool onNewLockPixels(LockRec*) SK_OVERRIDE;
|
| - virtual void onUnlockPixels() SK_OVERRIDE;
|
| - virtual bool onLockPixelsAreWritable() const SK_OVERRIDE; // return false;
|
| + // override from SkPixelRef
|
| + virtual void* onLockPixels(SkColorTable** ptr);
|
| + virtual void onUnlockPixels();
|
| + virtual bool onLockPixelsAreWritable() const; // return false;
|
|
|
| private:
|
| SkBitmap fBitmap;
|
|
|