aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTexturePriv.h
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2017-09-05 15:45:15 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-09-06 14:41:18 +0000
commit52cb5fe23b8f960bb3248620c8f4e2f2957b6685 (patch)
treea1506943d9720c79c76a619203c851b28ce3c636 /src/gpu/GrTexturePriv.h
parent38702ab43b2857f2fe06afb8dad1339d76a2fd84 (diff)
Remove isMipMapped from GrSurfaceDesc
Bug: skia: Change-Id: Id3864aad7ff9636362c9c54ef411a02af9c83fbf Reviewed-on: https://skia-review.googlesource.com/42083 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'src/gpu/GrTexturePriv.h')
-rw-r--r--src/gpu/GrTexturePriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrTexturePriv.h b/src/gpu/GrTexturePriv.h
index 86f945b8ad..1331e723f4 100644
--- a/src/gpu/GrTexturePriv.h
+++ b/src/gpu/GrTexturePriv.h
@@ -55,7 +55,7 @@ public:
}
SkDestinationSurfaceColorMode mipColorMode() const { return fTexture->fMipColorMode; }
- static void ComputeScratchKey(const GrSurfaceDesc&, GrScratchKey*);
+ static void ComputeScratchKey(const GrSurfaceDesc&, bool isMipMapped, GrScratchKey*);
static void ComputeScratchKey(GrPixelConfig config, int width, int height,
bool isRenderTarget, int sampleCnt,
bool isMipMapped, GrScratchKey* key);