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

Unified Diff: include/images/SkImageEncoder.h

Issue 14298010: Updates to images project. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Name changes Created 7 years, 8 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 | « include/images/SkImageDecoder.h ('k') | src/images/SkImageDecoder_Factory.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/images/SkImageEncoder.h
diff --git a/include/images/SkImageEncoder.h b/include/images/SkImageEncoder.h
index d4d71695654b0a00182b673520abcb69d879aa30..5db32c33a3fb99ccb134f5d3e9ffdad740256ada 100644
--- a/include/images/SkImageEncoder.h
+++ b/include/images/SkImageEncoder.h
@@ -16,9 +16,13 @@ class SkWStream;
class SkImageEncoder {
public:
enum Type {
+ kBMP_Type,
+ kGIF_Type,
+ kICO_Type,
kJPEG_Type,
kPNG_Type,
- kWEBP_Type
+ kWBMP_Type,
+ kWEBP_Type,
};
static SkImageEncoder* Create(Type);
« no previous file with comments | « include/images/SkImageDecoder.h ('k') | src/images/SkImageDecoder_Factory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698