aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrTexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrTexture.h')
-rw-r--r--include/gpu/GrTexture.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gpu/GrTexture.h b/include/gpu/GrTexture.h
index 1aa2cbd8e1..2eccd575ef 100644
--- a/include/gpu/GrTexture.h
+++ b/include/gpu/GrTexture.h
@@ -53,7 +53,7 @@ protected:
private:
void computeScratchKey(GrScratchKey*) const override;
size_t onGpuMemorySize() const override;
- void dirtyMipMaps(bool mipMapsDirty);
+ void dirtyMipMaps(bool mipMapsDirty, bool sRGBCorrect);
enum MipMapsStatus {
kNotAllocated_MipMapsStatus,
@@ -64,6 +64,7 @@ private:
GrSLType fSamplerType;
MipMapsStatus fMipMapsStatus;
int fMaxMipMapLevel;
+ bool fMipMapsAreSRGBCorrect;
friend class GrTexturePriv;