| Index: include/core/SkImageDecoder.h
|
| diff --git a/include/core/SkImageDecoder.h b/include/core/SkImageDecoder.h
|
| index b258afedce184e79f3907c7cf8f29a6318c068ba..2b9108025efede5319fd1b1f8573e3c9725a08e8 100644
|
| --- a/include/core/SkImageDecoder.h
|
| +++ b/include/core/SkImageDecoder.h
|
| @@ -37,6 +37,7 @@ public:
|
| kWEBP_Format,
|
| kPKM_Format,
|
| kKTX_Format,
|
| + kASTC_Format,
|
|
|
| kLastKnownFormat = kKTX_Format,
|
| };
|
| @@ -525,6 +526,7 @@ DECLARE_DECODER_CREATOR(WBMPImageDecoder);
|
| DECLARE_DECODER_CREATOR(WEBPImageDecoder);
|
| DECLARE_DECODER_CREATOR(PKMImageDecoder);
|
| DECLARE_DECODER_CREATOR(KTXImageDecoder);
|
| +DECLARE_DECODER_CREATOR(ASTCImageDecoder);
|
|
|
| // Typedefs to make registering decoder and formatter callbacks easier.
|
| // These have to be defined outside SkImageDecoder. :(
|
|
|