Chromium Code Reviews

Unified Diff: include/images/SkImageEncoder.h

Issue 14363003: Updates to skimage tool to use it for testing. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fix a potential crash in SkImageDecoder_CG. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: include/images/SkImageEncoder.h
diff --git a/include/images/SkImageEncoder.h b/include/images/SkImageEncoder.h
index 5db32c33a3fb99ccb134f5d3e9ffdad740256ada..ea6be3192023d8a9f1235cf97fded0936d9829dd 100644
--- a/include/images/SkImageEncoder.h
+++ b/include/images/SkImageEncoder.h
@@ -16,6 +16,7 @@ class SkWStream;
class SkImageEncoder {
public:
enum Type {
+ kUnknown_Type,
kBMP_Type,
kGIF_Type,
kICO_Type,

Powered by Google App Engine