Index: src/gpu/GrStencilAndCoverTextContext.cpp |
diff --git a/src/gpu/GrStencilAndCoverTextContext.cpp b/src/gpu/GrStencilAndCoverTextContext.cpp |
index 1df8f16ace4433fe8562e2f547bfa6a473978385..1456aa22b5802d0e860dbcf1c17d18258e6499e1 100644 |
--- a/src/gpu/GrStencilAndCoverTextContext.cpp |
+++ b/src/gpu/GrStencilAndCoverTextContext.cpp |
@@ -36,7 +36,7 @@ GrStencilAndCoverTextContext::Create(GrContext* context, SkGpuDevice* gpuDevice, |
GrStencilAndCoverTextContext* textContext = SkNEW_ARGS(GrStencilAndCoverTextContext, |
(context, gpuDevice, props)); |
#ifdef USE_BITMAP_TEXTBLOBS |
- textContext->fFallbackTextContext = GrBitmapTextContextB::Create(context, gpuDevice, props); |
+ textContext->fFallbackTextContext = GrAtlasTextContext::Create(context, gpuDevice, props); |
#else |
textContext->fFallbackTextContext = GrBitmapTextContext::Create(context, gpuDevice, props); |
#endif |