| Index: src/gpu/GrStencilAndCoverTextContext.cpp
|
| diff --git a/src/gpu/GrStencilAndCoverTextContext.cpp b/src/gpu/GrStencilAndCoverTextContext.cpp
|
| index d1b6a846b0b5dccc14047aef759d149966be05d6..d086b3efea00fac3c3ecc96305633401a9fac2e9 100644
|
| --- a/src/gpu/GrStencilAndCoverTextContext.cpp
|
| +++ b/src/gpu/GrStencilAndCoverTextContext.cpp
|
| @@ -32,11 +32,10 @@ GrStencilAndCoverTextContext::GrStencilAndCoverTextContext(GrContext* context,
|
|
|
| GrStencilAndCoverTextContext*
|
| GrStencilAndCoverTextContext::Create(GrContext* context, GrDrawContext* drawContext,
|
| - const SkDeviceProperties& props, bool fallbackUsesDFT) {
|
| + const SkDeviceProperties& props) {
|
| GrStencilAndCoverTextContext* textContext = SkNEW_ARGS(GrStencilAndCoverTextContext,
|
| (context, drawContext, props));
|
| - textContext->fFallbackTextContext = GrAtlasTextContext::Create(context, drawContext,
|
| - props, fallbackUsesDFT);
|
| + textContext->fFallbackTextContext = GrAtlasTextContext::Create(context, drawContext, props);
|
|
|
| return textContext;
|
| }
|
|
|