Index: src/codec/SkWbmpCodec.cpp |
diff --git a/src/codec/SkCodec_wbmp.cpp b/src/codec/SkWbmpCodec.cpp |
similarity index 99% |
rename from src/codec/SkCodec_wbmp.cpp |
rename to src/codec/SkWbmpCodec.cpp |
index d734ad3a624e7cc3a1e50816b98d587bafc03615..4dd0f2544d181f848dde3b0cf015967e69f12518 100644 |
--- a/src/codec/SkCodec_wbmp.cpp |
+++ b/src/codec/SkWbmpCodec.cpp |
@@ -11,7 +11,7 @@ |
#include "SkColorTable.h" |
#include "SkData.h" |
#include "SkStream.h" |
-#include "SkCodec_wbmp.h" |
+#include "SkWbmpCodec.h" |
// Each bit represents a pixel, so width is actually a number of bits. |
// A row will always be stored in bytes, so we round width up to the |