| Index: src/images/SkJPEGImageEncoder.cpp
|
| diff --git a/src/images/SkImageDecoder_libjpeg.cpp b/src/images/SkJPEGImageEncoder.cpp
|
| similarity index 99%
|
| rename from src/images/SkImageDecoder_libjpeg.cpp
|
| rename to src/images/SkJPEGImageEncoder.cpp
|
| index fd10bdbdf602cba14602f00476192ff23e32a312..e3e7600ade26c97fb3eed8221288368e6a4f50da 100644
|
| --- a/src/images/SkImageDecoder_libjpeg.cpp
|
| +++ b/src/images/SkJPEGImageEncoder.cpp
|
| @@ -7,7 +7,6 @@
|
|
|
|
|
| #include "SkImageEncoder.h"
|
| -#include "SkJpegUtility.h"
|
| #include "SkColorPriv.h"
|
| #include "SkDither.h"
|
| #include "SkStream.h"
|
| @@ -20,6 +19,7 @@
|
|
|
|
|
| #include <stdio.h>
|
| +#include "SkJPEGWriteUtility.h"
|
| extern "C" {
|
| #include "jpeglib.h"
|
| #include "jerror.h"
|
|
|