commit | c8d092a060adfb07208aad7da9bf072d22783d9a | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Mon Feb 24 10:14:21 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Feb 25 14:06:21 2020 +0000 |
tree | fd616bc9d864dc5e2015e74fc56761af43594d52 | |
parent | a6572f78d084aa3ca3e6f174a24e753a45ea1fc3 [diff] [blame] |
Revert "Revert "Remove copies for wrap modes in GrTextureProducer."" This reverts commit bf5cb0f539e7b7485bda9c1377f663d6c444d2f4. Change-Id: I0dd15d03c42c5dc2c09ba81b6bc16d582f9093f6 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/272928 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
diff --git a/src/gpu/SkGpuDevice_drawTexture.cpp b/src/gpu/SkGpuDevice_drawTexture.cpp index edd3469..7b2b1a9 100644 --- a/src/gpu/SkGpuDevice_drawTexture.cpp +++ b/src/gpu/SkGpuDevice_drawTexture.cpp
@@ -537,7 +537,7 @@ uint32_t uniqueID; view = image->refPinnedView(this->context(), &uniqueID); if (!view) { - view = image->refView(this->context(), GrSamplerState::Filter::kBilerp, nullptr); + view = image->refView(this->context(), GrSamplerState::Filter::kBilerp); } }