aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkEncodedImageFormat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkEncodedImageFormat.h')
-rw-r--r--include/core/SkEncodedImageFormat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/core/SkEncodedImageFormat.h b/include/core/SkEncodedImageFormat.h
index eb714f3d42..8f79236689 100644
--- a/include/core/SkEncodedImageFormat.h
+++ b/include/core/SkEncodedImageFormat.h
@@ -14,6 +14,9 @@
* Enum describing format of encoded data.
*/
enum class SkEncodedImageFormat {
+#ifdef GOOGLE3
+ kUnknown,
+#endif
kBMP,
kGIF,
kICO,