| Index: src/codec/SkSwizzler.h
|
| diff --git a/src/codec/SkSwizzler.h b/src/codec/SkSwizzler.h
|
| index e3a38cbbf466a58bb1480a32886817156156875a..b00ee14e0699189f9834ccc7624ef8ee8924c0f8 100644
|
| --- a/src/codec/SkSwizzler.h
|
| +++ b/src/codec/SkSwizzler.h
|
| @@ -127,7 +127,7 @@ public:
|
| static SkSwizzler* CreateSwizzler(SrcConfig, const SkPMColor* ctable,
|
| const SkImageInfo&, void* dst,
|
| size_t dstRowBytes,
|
| - SkImageGenerator::ZeroInitialized);
|
| + SkCodec::ZeroInitialized);
|
|
|
| /**
|
| * Fill the remainder of the destination with a single color
|
|
|