Index: include/core/SkImageDecoder.h |
diff --git a/include/core/SkImageDecoder.h b/include/core/SkImageDecoder.h |
index 4dfd3c24e091e67067fa04c1ace149223bf5e07f..f4ae78a378baa83cf02bf7401c419325b6386ab7 100644 |
--- a/include/core/SkImageDecoder.h |
+++ b/include/core/SkImageDecoder.h |
@@ -26,6 +26,7 @@ class SkImageDecoder : SkNoncopyable { |
public: |
virtual ~SkImageDecoder(); |
+ // TODO (scroggo): Merge with SkEncodedFormat |
enum Format { |
kUnknown_Format, |
kBMP_Format, |