Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: src/codec/SkWbmpCodec.cpp

Issue 1567863003: Rename SkGifCodec, SkIcoCodec, SkWbmpCodec (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/codec/SkWbmpCodec.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/codec/SkWbmpCodec.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698