| Index: src/codec/SkJpegDecoderMgr.cpp
|
| diff --git a/src/codec/SkJpegDecoderMgr.cpp b/src/codec/SkJpegDecoderMgr.cpp
|
| index 769e4c164510f2c34cd7d6855ab210ecd24950f0..9e79dda9585f0cfd62f9051d262b690537b7b5d6 100644
|
| --- a/src/codec/SkJpegDecoderMgr.cpp
|
| +++ b/src/codec/SkJpegDecoderMgr.cpp
|
| @@ -51,7 +51,7 @@ JpegDecoderMgr::JpegDecoderMgr(SkStream* stream)
|
| , fInit(false)
|
| {
|
| // Error manager must be set before any calls to libjeg in order to handle failures
|
| - fDInfo.err = chromium_jpeg_std_error(&fErrorMgr);
|
| + fDInfo.err = jpeg_std_error(&fErrorMgr);
|
| fErrorMgr.error_exit = skjpeg_err_exit;
|
| }
|
|
|
|
|