Index: include/core/SkPixelRef.h |
diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h |
index 339cea192aeaa36a0e3e8c1d4a741720900dd99e..842f493d47bb4470db512b9ea0e8581d3471e692 100644 |
--- a/include/core/SkPixelRef.h |
+++ b/include/core/SkPixelRef.h |
@@ -374,7 +374,7 @@ public: |
* the pixelref will ref() the colortable. |
* On failure return NULL. |
*/ |
- virtual SkPixelRef* create(const SkImageInfo&, SkColorTable*) = 0; |
+ virtual SkPixelRef* create(const SkImageInfo&, size_t rowBytes, SkColorTable*) = 0; |
}; |
#endif |