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

Unified Diff: src/codec/SkCodec_libpng.h

Issue 947283002: Bmp Image Decoding (Closed) Base URL: https://skia.googlesource.com/skia.git@decode-leon-3
Patch Set: More code sharing Created 5 years, 9 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
Index: src/codec/SkCodec_libpng.h
diff --git a/src/codec/SkCodec_libpng.h b/src/codec/SkCodec_libpng.h
index a5327dda4155afc7085583148e661b3780e1cca0..2206d4b98073092bc636c4b670be57162cbfd776 100644
--- a/src/codec/SkCodec_libpng.h
+++ b/src/codec/SkCodec_libpng.h
@@ -6,6 +6,7 @@
*/
#include "SkCodec.h"
+#include "SkCodecPriv.h"
scroggo 2015/03/13 14:06:59 I think this can move to SkCodec_libpng.cpp
msarett 2015/03/13 14:57:07 Done.
#include "SkImageInfo.h"
extern "C" {

Powered by Google App Engine
This is Rietveld 408576698