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