| Index: src/codec/SkPngCodec.cpp
|
| diff --git a/src/codec/SkCodec_libpng.cpp b/src/codec/SkPngCodec.cpp
|
| similarity index 99%
|
| rename from src/codec/SkCodec_libpng.cpp
|
| rename to src/codec/SkPngCodec.cpp
|
| index b75fb3a84efadf89d7f7f6eae6b649334fbe6b5b..66215a6c73eef2ffa6206ab30795b6b7d544932c 100644
|
| --- a/src/codec/SkCodec_libpng.cpp
|
| +++ b/src/codec/SkPngCodec.cpp
|
| @@ -5,12 +5,12 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#include "SkCodec_libpng.h"
|
| #include "SkCodecPriv.h"
|
| #include "SkColorPriv.h"
|
| #include "SkColorTable.h"
|
| #include "SkBitmap.h"
|
| #include "SkMath.h"
|
| +#include "SkPngCodec.h"
|
| #include "SkSize.h"
|
| #include "SkStream.h"
|
| #include "SkSwizzler.h"
|
|
|