Chromium Code Reviews| Index: src/gpu/GrTextStrike.h |
| diff --git a/src/gpu/GrTextStrike.h b/src/gpu/GrTextStrike.h |
| index a5abde6fac4d2ca31120087e00d840816be93f07..7771e4a07c997937f8e6b2b5f47d8db9a8ece1cb 100644 |
| --- a/src/gpu/GrTextStrike.h |
| +++ b/src/gpu/GrTextStrike.h |
| @@ -111,7 +111,7 @@ private: |
| GrTextStrike* fTail; |
| GrGpu* fGpu; |
| - GrAtlasMgr* fAtlasMgr; |
| + GrAtlasMgr* fAtlasMgr[kMaskFormatCount]; |
| GrTextStrike* generateStrike(GrFontScaler*, const Key&); |