aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkRawCodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codec/SkRawCodec.h')
-rw-r--r--src/codec/SkRawCodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codec/SkRawCodec.h b/src/codec/SkRawCodec.h
index 51bb234b73..d2ef921f1d 100644
--- a/src/codec/SkRawCodec.h
+++ b/src/codec/SkRawCodec.h
@@ -35,7 +35,7 @@ public:
protected:
Result onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options&,
- SkPMColor*, int*, int*) override;
+ int*) override;
SkEncodedImageFormat onGetEncodedFormat() const override {
return SkEncodedImageFormat::kDNG;