| Index: src/gpu/GrStencilAndCoverTextContext.h
|
| diff --git a/src/gpu/GrStencilAndCoverTextContext.h b/src/gpu/GrStencilAndCoverTextContext.h
|
| index 3bf89d3cd0d157eb360e206306378566c04c18d1..906b19adfdf69ca2ce9437d99d2bdce1ddff5487 100644
|
| --- a/src/gpu/GrStencilAndCoverTextContext.h
|
| +++ b/src/gpu/GrStencilAndCoverTextContext.h
|
| @@ -93,7 +93,7 @@ private:
|
|
|
| // Text blobs/caches.
|
|
|
| - class TextBlob : public SkTLList<TextRun> {
|
| + class TextBlob : public SkTLList<TextRun, 1> {
|
| public:
|
| typedef SkTArray<uint32_t, true> Key;
|
|
|
|
|