Index: Source/platform/image-decoders/png/PNGImageDecoder.h |
diff --git a/Source/platform/image-decoders/png/PNGImageDecoder.h b/Source/platform/image-decoders/png/PNGImageDecoder.h |
index f80d2cc9df5b661e333f5967314f9477aea6b67c..b39cbd95049a41086222f863755973b9c557a524 100644 |
--- a/Source/platform/image-decoders/png/PNGImageDecoder.h |
+++ b/Source/platform/image-decoders/png/PNGImageDecoder.h |
@@ -48,7 +48,7 @@ public: |
// Callbacks from libpng |
void headerAvailable(); |
- void rowAvailable(unsigned char* rowBuffer, unsigned rowIndex, int interlacePass); |
+ void rowAvailable(unsigned char* row, unsigned rowIndex, int); |
void complete(); |
bool isComplete() const; |