Rename SkCodec_libbmp to SkBmpCodec
BUG=skia: Review URL: https://codereview.chromium.org/1254963006
This commit is contained in:
parent
4358f13ac6
commit
b46e5e2033
@ -32,8 +32,8 @@
|
|||||||
'../src/core',
|
'../src/core',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
|
'../src/codec/SkBmpCodec.cpp',
|
||||||
'../src/codec/SkCodec.cpp',
|
'../src/codec/SkCodec.cpp',
|
||||||
'../src/codec/SkCodec_libbmp.cpp',
|
|
||||||
'../src/codec/SkCodec_libgif.cpp',
|
'../src/codec/SkCodec_libgif.cpp',
|
||||||
'../src/codec/SkCodec_libico.cpp',
|
'../src/codec/SkCodec_libico.cpp',
|
||||||
'../src/codec/SkCodec_libpng.cpp',
|
'../src/codec/SkCodec_libpng.cpp',
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* found in the LICENSE file.
|
* found in the LICENSE file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "SkCodec_libbmp.h"
|
#include "SkBmpCodec.h"
|
||||||
#include "SkCodecPriv.h"
|
#include "SkCodecPriv.h"
|
||||||
#include "SkColorPriv.h"
|
#include "SkColorPriv.h"
|
||||||
#include "SkStream.h"
|
#include "SkStream.h"
|
@ -5,9 +5,9 @@
|
|||||||
* found in the LICENSE file.
|
* found in the LICENSE file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "SkBmpCodec.h"
|
||||||
#include "SkCodec.h"
|
#include "SkCodec.h"
|
||||||
#include "SkData.h"
|
#include "SkData.h"
|
||||||
#include "SkCodec_libbmp.h"
|
|
||||||
#include "SkCodec_libgif.h"
|
#include "SkCodec_libgif.h"
|
||||||
#include "SkCodec_libico.h"
|
#include "SkCodec_libico.h"
|
||||||
#include "SkCodec_libpng.h"
|
#include "SkCodec_libpng.h"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* found in the LICENSE file.
|
* found in the LICENSE file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "SkCodec_libbmp.h"
|
#include "SkBmpCodec.h"
|
||||||
#include "SkCodec_libico.h"
|
#include "SkCodec_libico.h"
|
||||||
#include "SkCodec_libpng.h"
|
#include "SkCodec_libpng.h"
|
||||||
#include "SkCodecPriv.h"
|
#include "SkCodecPriv.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user