aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrResourceKey.h
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2015-10-19 15:12:32 -0400
committerGravatar Brian Salomon <bsalomon@google.com>2015-10-19 15:12:32 -0400
commitbc0bcc08b390e430f66710ddfbc47da39ab841d9 (patch)
treed70fcd166ca42586469882387733bb54b2d6f34a /include/gpu/GrResourceKey.h
parent386f2d32044a4de3fc5c547da03d8f1464dd210a (diff)
Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster
Diffstat (limited to 'include/gpu/GrResourceKey.h')
-rw-r--r--include/gpu/GrResourceKey.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gpu/GrResourceKey.h b/include/gpu/GrResourceKey.h
index 9958cfc872..6cfa90fd8a 100644
--- a/include/gpu/GrResourceKey.h
+++ b/include/gpu/GrResourceKey.h
@@ -138,8 +138,8 @@ private:
friend class TestResource; // For unit test to access kMetaDataCnt.
- // bmp textures require 5 uint32_t values.
- SkAutoSTMalloc<kMetaDataCnt + 5, uint32_t> fKey;
+ // bmp textures require 4 uint32_t values.
+ SkAutoSTMalloc<kMetaDataCnt + 4, uint32_t> fKey;
};
/**