Index: src/gpu/GrFontCache.cpp |
diff --git a/src/gpu/GrFontCache.cpp b/src/gpu/GrFontCache.cpp |
index cd1badabd9a8dc872373cc32b1686dac89f240e1..3e83e6c950ba6927699b17e462f9f4fde33ef35d 100644 |
--- a/src/gpu/GrFontCache.cpp |
+++ b/src/gpu/GrFontCache.cpp |
@@ -226,7 +226,8 @@ void GrFontCache::dump() const { |
atlas and a position within that texture. |
*/ |
-GrTextStrike::GrTextStrike(GrFontCache* cache, const GrFontDescKey* key) { |
+GrTextStrike::GrTextStrike(GrFontCache* cache, const GrFontDescKey* key) |
+ : fPool(9/*start allocations at 512 bytes*/) { |
fFontScalerKey = key; |
fFontScalerKey->ref(); |