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

Unified Diff: src/codec/SkIcoCodec.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/SkIcoCodec.h ('k') | src/codec/SkWbmpCodec.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/codec/SkIcoCodec.cpp
diff --git a/src/codec/SkCodec_libico.cpp b/src/codec/SkIcoCodec.cpp
similarity index 99%
rename from src/codec/SkCodec_libico.cpp
rename to src/codec/SkIcoCodec.cpp
index 660576a26a0fb098df81745c3b7cc3d30f978118..0280be304c44bc8bfd273ec86aaf393b37225d2e 100644
--- a/src/codec/SkCodec_libico.cpp
+++ b/src/codec/SkIcoCodec.cpp
@@ -6,11 +6,11 @@
*/
#include "SkBmpCodec.h"
-#include "SkCodec_libico.h"
#include "SkCodec_libpng.h"
#include "SkCodecPriv.h"
#include "SkColorPriv.h"
#include "SkData.h"
+#include "SkIcoCodec.h"
#include "SkStream.h"
#include "SkTDArray.h"
#include "SkTSort.h"
« no previous file with comments | « src/codec/SkIcoCodec.h ('k') | src/codec/SkWbmpCodec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698