aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTextureProxy.cpp
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2018-01-17 10:52:04 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-17 16:27:17 +0000
commite728f676d6dfcaaa1b9727a85985b52eed7cf911 (patch)
tree082e217153eaf47f16d8c0b545c232333eb34b5c /src/gpu/GrTextureProxy.cpp
parent2e0fadb06c6aa7e74118694a30727f6e3ea45573 (diff)
Update to GrBackendTexutreImageGenerator to support lazy texture proxies
Bug: skia: Change-Id: I7cce869894e274250f49328550a0ae2d8e04de74 Reviewed-on: https://skia-review.googlesource.com/95022 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'src/gpu/GrTextureProxy.cpp')
-rw-r--r--src/gpu/GrTextureProxy.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/GrTextureProxy.cpp b/src/gpu/GrTextureProxy.cpp
index 68153dd50b..9eca5d9876 100644
--- a/src/gpu/GrTextureProxy.cpp
+++ b/src/gpu/GrTextureProxy.cpp
@@ -148,7 +148,6 @@ void GrTextureProxy::clearUniqueKey() {
#ifdef SK_DEBUG
void GrTextureProxy::validateLazyTexture(const GrTexture* texture) {
SkASSERT(!texture->asRenderTarget());
- SkASSERT(GrMipMapped::kNo == this->mipMapped());
}
#endif