commit | 1a372c3038fb005cec2b1c23e1f82175a9af56f3 | [log] [tgz] |
---|---|---|
author | Greg Daniel <egdaniel@google.com> | Tue Dec 17 13:53:38 2019 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Dec 17 19:29:10 2019 +0000 |
tree | 6471a9e25fefb56aaabde06d63c89ec0bc76a5de | |
parent | dd5f655594962ad678ef62cc9c273de79175d37f [diff] [blame] |
Add SurfaceView for SkImage_GpuYUVA's flattened proxy. Bug: skia:9556 Change-Id: If71e0a9f375b7d30db2c09bd93ea690cd66fb99b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/259817 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
diff --git a/src/gpu/SkGr.cpp b/src/gpu/SkGr.cpp index b405501..86f811a 100644 --- a/src/gpu/SkGr.cpp +++ b/src/gpu/SkGr.cpp
@@ -126,7 +126,7 @@ } sk_sp<GrTextureProxy> GrCopyBaseMipMapToTextureProxy(GrRecordingContext* ctx, - GrTextureProxy* baseProxy, + GrSurfaceProxy* baseProxy, GrColorType srcColorType) { SkASSERT(baseProxy);