| Index: include/core/SkImageDecoder.h
|
| diff --git a/include/core/SkImageDecoder.h b/include/core/SkImageDecoder.h
|
| index 130b7218b65c7e69d6662135047f78aed27e69d2..881d7f64ab7d95e0afd889d71c01db2dd4a66c65 100644
|
| --- a/include/core/SkImageDecoder.h
|
| +++ b/include/core/SkImageDecoder.h
|
| @@ -37,6 +37,7 @@ public:
|
| kPNG_Format,
|
| kWBMP_Format,
|
| kWEBP_Format,
|
| + kPKM_Format,
|
|
|
| kLastKnownFormat = kWEBP_Format,
|
| };
|
| @@ -525,6 +526,7 @@ DECLARE_DECODER_CREATOR(JPEGImageDecoder);
|
| DECLARE_DECODER_CREATOR(PNGImageDecoder);
|
| DECLARE_DECODER_CREATOR(WBMPImageDecoder);
|
| DECLARE_DECODER_CREATOR(WEBPImageDecoder);
|
| +DECLARE_DECODER_CREATOR(PKMImageDecoder);
|
|
|
|
|
| // Typedefs to make registering decoder and formatter callbacks easier.
|
|
|