diff options
Diffstat (limited to 'include/gpu/SkGrPixelRef.h')
-rw-r--r-- | include/gpu/SkGrPixelRef.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gpu/SkGrPixelRef.h b/include/gpu/SkGrPixelRef.h index 9a81be67de..96125ba111 100644 --- a/include/gpu/SkGrPixelRef.h +++ b/include/gpu/SkGrPixelRef.h @@ -52,7 +52,8 @@ public: protected: // overrides from SkPixelRef virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset) SK_OVERRIDE; - virtual SkPixelRef* deepCopy(SkColorType, const SkIRect* subset) SK_OVERRIDE; + virtual SkPixelRef* deepCopy(SkColorType, SkColorProfileType, + const SkIRect* subset) SK_OVERRIDE; private: GrSurface* fSurface; |