commit | 66a97349346857503209252b67290a852dccb797 | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Thu Oct 04 09:10:29 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Oct 04 14:14:23 2018 +0000 |
tree | c4c65b9caf7af3e15a993789fd18545805701f0f | |
parent | 4429a4f82cfeb2e63593b81ff373f6f1a5702b7c [diff] [blame] |
Make SkYUVAIndex publicly accessible Change-Id: I3da7c566cdf9256e57ac7e7f30fee18b9c1a144d Reviewed-on: https://skia-review.googlesource.com/c/159460 Reviewed-by: Brian Salomon <bsalomon@google.com> Reviewed-by: Jim Van Verth <jvanverth@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/src/image/SkImage_Gpu.h b/src/image/SkImage_Gpu.h index 87892c4..1f477fd 100644 --- a/src/image/SkImage_Gpu.h +++ b/src/image/SkImage_Gpu.h
@@ -19,6 +19,7 @@ class GrTexture; class SkBitmap; +struct SkYUVAIndex; class SkImage_Gpu : public SkImage_Base { public: