Index: include/gpu/GrResourceKey.h |
diff --git a/include/gpu/GrResourceKey.h b/include/gpu/GrResourceKey.h |
index 9958cfc872369b54981a5bb2698837633a3a2e79..6cfa90fd8a5787e45ae495f034e830f6ffbabcb9 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; |
}; |
/** |