| Index: include/gpu/SkGrPixelRef.h
|
| diff --git a/include/gpu/SkGrPixelRef.h b/include/gpu/SkGrPixelRef.h
|
| index 702a3bf871bf362d823b777c921029d7dfe07d5c..1e495611fc20828f7204a2083702cd3f00ad1d3e 100644
|
| --- a/include/gpu/SkGrPixelRef.h
|
| +++ b/include/gpu/SkGrPixelRef.h
|
| @@ -56,7 +56,7 @@
|
| protected:
|
| // overrides from SkPixelRef
|
| virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset) SK_OVERRIDE;
|
| - virtual SkPixelRef* deepCopy(const SkIRect* subset) SK_OVERRIDE;
|
| + virtual SkPixelRef* deepCopy(SkBitmap::Config dstConfig, const SkIRect* subset) SK_OVERRIDE;
|
|
|
| private:
|
| GrSurface* fSurface;
|
|
|