Index: include/core/SkPixelRef.h |
diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h |
index da85863bdbc1e2269967e37db5ada7b7e16bc489..90e0de540d14c7205fcdf3facdd4c8eeff98c59f 100644 |
--- a/include/core/SkPixelRef.h |
+++ b/include/core/SkPixelRef.h |
@@ -248,7 +248,7 @@ |
* not be created with the given config), or this PixelRef does not support deep |
* copies. |
*/ |
- virtual SkPixelRef* deepCopy(SkColorType, SkColorSpace*, const SkIRect* /*subset*/) { |
+ virtual SkPixelRef* deepCopy(SkColorType, SkColorProfileType, const SkIRect* /*subset*/) { |
return NULL; |
} |