| Index: src/codec/SkScanlineDecoder.cpp
|
| diff --git a/src/codec/SkScanlineDecoder.cpp b/src/codec/SkScanlineDecoder.cpp
|
| index 851e7e71d09e312f6564bc3a7e5deaf001d78a69..1ff58f7c7f5e8fbff26dfb0f67a3d332cc72d8f1 100644
|
| --- a/src/codec/SkScanlineDecoder.cpp
|
| +++ b/src/codec/SkScanlineDecoder.cpp
|
| @@ -6,6 +6,7 @@
|
| */
|
|
|
| #include "SkScanlineDecoder.h"
|
| +#include "SkBmpCodec.h"
|
| #include "SkCodec_libpng.h"
|
| #include "SkCodec_wbmp.h"
|
| #include "SkCodecPriv.h"
|
| @@ -23,6 +24,7 @@ static const DecoderProc gDecoderProcs[] = {
|
| #ifndef SK_BUILD_FOR_ANDROID_FRAMEWORK
|
| { SkJpegCodec::IsJpeg, SkJpegCodec::NewSDFromStream },
|
| #endif
|
| + { SkBmpCodec::IsBmp, SkBmpCodec::NewSDFromStream },
|
| { SkWbmpCodec::IsWbmp, SkWbmpCodec::NewSDFromStream },
|
| };
|
|
|
|
|