| Index: src/codec/SkBmpCodec.cpp
|
| diff --git a/src/codec/SkCodec_libbmp.cpp b/src/codec/SkBmpCodec.cpp
|
| similarity index 99%
|
| rename from src/codec/SkCodec_libbmp.cpp
|
| rename to src/codec/SkBmpCodec.cpp
|
| index 13a6f3e405630a21fc023ace7c96284aa42e2321..a1f15691a568a1f90bae3705758820d2592451d6 100644
|
| --- a/src/codec/SkCodec_libbmp.cpp
|
| +++ b/src/codec/SkBmpCodec.cpp
|
| @@ -5,7 +5,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#include "SkCodec_libbmp.h"
|
| +#include "SkBmpCodec.h"
|
| #include "SkCodecPriv.h"
|
| #include "SkColorPriv.h"
|
| #include "SkStream.h"
|
|
|