aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkEncodedImageFormat.h
diff options
context:
space:
mode:
authorGravatar Chong Zhang <chz@google.com>2017-08-16 13:03:47 -0700
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-08-16 20:22:55 +0000
commitc2a954290dc3888f877a047098b84c24363895fb (patch)
tree8eb8361d87acc92276a2ddd2f79c95bb95cf24fd /include/core/SkEncodedImageFormat.h
parent6269f71f7fe3a9fcbcece7ec2668fc3fcbb71732 (diff)
skia: add heif decoding support
Bug: b/64077740 Change-Id: I11e0243bcc4c21c0aa5aa29a719dd0fcba7ae6f7 Reviewed-on: https://skia-review.googlesource.com/35123 Reviewed-by: Chong Zhang <chz@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com> Commit-Queue: Chong Zhang <chz@google.com> Commit-Queue: Leon Scroggins <scroggo@google.com>
Diffstat (limited to 'include/core/SkEncodedImageFormat.h')
-rw-r--r--include/core/SkEncodedImageFormat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core/SkEncodedImageFormat.h b/include/core/SkEncodedImageFormat.h
index 8f79236689..c391053739 100644
--- a/include/core/SkEncodedImageFormat.h
+++ b/include/core/SkEncodedImageFormat.h
@@ -28,6 +28,7 @@ enum class SkEncodedImageFormat {
kKTX,
kASTC,
kDNG,
+ kHEIF,
};
#endif // SkEncodedImageFormat_DEFINED