| Index: include/images/SkImageRef.h
|
| diff --git a/include/images/SkImageRef.h b/include/images/SkImageRef.h
|
| index 0599a8d9633dfe8a7284801b49b5d3efc78a8b9b..c20754e6125b95005e2bcacf07dca53368bd0af1 100644
|
| --- a/include/images/SkImageRef.h
|
| +++ b/include/images/SkImageRef.h
|
| @@ -72,9 +72,10 @@ protected:
|
| When these are called, we will have already acquired the mutex!
|
| */
|
|
|
| - virtual void* onLockPixels(SkColorTable**);
|
| + virtual bool onGetInfo(SkImageInfo*) SK_OVERRIDE;
|
| + virtual bool onNewLockPixels(LockRec*) SK_OVERRIDE;
|
| // override this in your subclass to clean up when we're unlocking pixels
|
| - virtual void onUnlockPixels() {}
|
| + virtual void onUnlockPixels() SK_OVERRIDE {}
|
|
|
| SkImageRef(SkFlattenableReadBuffer&, SkBaseMutex* mutex = NULL);
|
| virtual void flatten(SkFlattenableWriteBuffer&) const SK_OVERRIDE;
|
|
|