| Index: src/gpu/GrDrawContext.cpp
|
| diff --git a/src/gpu/GrDrawContext.cpp b/src/gpu/GrDrawContext.cpp
|
| index e56a729d22d40e3ec954de7e5cdd9b03fb858d61..4b86fd084a90745367daa88d92fca0fd0d0e68aa 100644
|
| --- a/src/gpu/GrDrawContext.cpp
|
| +++ b/src/gpu/GrDrawContext.cpp
|
| @@ -62,7 +62,7 @@ GrTextContext* GrDrawContext::createTextContext(GrRenderTarget* renderTarget,
|
| const SkSurfaceProps& surfaceProps) {
|
| if (fContext->caps()->shaderCaps()->pathRenderingSupport() &&
|
| renderTarget->isStencilBufferMultisampled() &&
|
| - fSurfaceProps.isUseDistanceFieldFonts()) { // FIXME: Rename the dff flag to be more general.
|
| + fSurfaceProps.isUseDeviceIndependentFonts()) {
|
| GrStencilAttachment* sb = renderTarget->renderTargetPriv().attachStencilAttachment();
|
| if (sb) {
|
| return GrStencilAndCoverTextContext::Create(fContext, this, surfaceProps);
|
|
|