Index: include/gpu/SkGrPixelRef.h |
diff --git a/include/gpu/SkGrPixelRef.h b/include/gpu/SkGrPixelRef.h |
index 9a81be67de50c1107353bb2e8d8b4c8d0945d95f..96125ba111169c94875ccba42488a8531654ffb6 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; |