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

Unified Diff: src/codec/SkBmpCodec.cpp

Issue 1254963006: Rename SkCodec_libbmp to SkBmpCodec (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 5 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/SkBmpCodec.h ('k') | src/codec/SkCodec.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/codec/SkBmpCodec.cpp
diff --git a/src/codec/SkCodec_libbmp.cpp b/src/codec/SkBmpCodec.cpp
similarity index 99%
rename from src/codec/SkCodec_libbmp.cpp
rename to src/codec/SkBmpCodec.cpp
index 13a6f3e405630a21fc023ace7c96284aa42e2321..a1f15691a568a1f90bae3705758820d2592451d6 100644
--- a/src/codec/SkCodec_libbmp.cpp
+++ b/src/codec/SkBmpCodec.cpp
@@ -5,7 +5,7 @@
* found in the LICENSE file.
*/
-#include "SkCodec_libbmp.h"
+#include "SkBmpCodec.h"
#include "SkCodecPriv.h"
#include "SkColorPriv.h"
#include "SkStream.h"
« no previous file with comments | « src/codec/SkBmpCodec.h ('k') | src/codec/SkCodec.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698