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

Unified Diff: src/codec/SkGifCodec.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/SkGifCodec.h ('k') | src/codec/SkIcoCodec.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/codec/SkGifCodec.cpp
diff --git a/src/codec/SkCodec_libgif.cpp b/src/codec/SkGifCodec.cpp
similarity index 99%
rename from src/codec/SkCodec_libgif.cpp
rename to src/codec/SkGifCodec.cpp
index 40ed94d0bb10df8ff57531793f376288a255fcfb..92470bf3a0ca2dc77cc7baee665a3046d9a6988b 100644
--- a/src/codec/SkCodec_libgif.cpp
+++ b/src/codec/SkGifCodec.cpp
@@ -5,10 +5,10 @@
* found in the LICENSE file.
*/
-#include "SkCodec_libgif.h"
#include "SkCodecPriv.h"
#include "SkColorPriv.h"
#include "SkColorTable.h"
+#include "SkGifCodec.h"
#include "SkStream.h"
#include "SkSwizzler.h"
#include "SkUtils.h"
« no previous file with comments | « src/codec/SkGifCodec.h ('k') | src/codec/SkIcoCodec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698