| Index: src/gpu/GrContext.cpp
|
| diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
|
| index b38bc1eea83c1656de881be601dc04e12d702d5c..fa0e3d88ba19efc81f6ccf2463cf196b9b3be80f 100755
|
| --- a/src/gpu/GrContext.cpp
|
| +++ b/src/gpu/GrContext.cpp
|
| @@ -33,6 +33,7 @@
|
| #include "GrStencilAndCoverTextContext.h"
|
| #include "GrStrokeInfo.h"
|
| #include "GrSurfacePriv.h"
|
| +#include "GrTextBlobCache.h"
|
| #include "GrTexturePriv.h"
|
| #include "GrTraceMarker.h"
|
| #include "GrTracing.h"
|
| @@ -136,6 +137,8 @@ void GrContext::initCommon() {
|
| // GrBatchFontCache will eventually replace GrFontCache
|
| fBatchFontCache = SkNEW(GrBatchFontCache);
|
| fBatchFontCache->init(this);
|
| +
|
| + fTextBlobCache.reset(SkNEW(GrTextBlobCache));
|
| }
|
|
|
| GrContext::~GrContext() {
|
|
|