| Index: src/gpu/GrAtlasTextContext.cpp
|
| diff --git a/src/gpu/GrAtlasTextContext.cpp b/src/gpu/GrAtlasTextContext.cpp
|
| index 06d6675ebdd5cb68b41dc2bd3b57b8b617c3cf49..3de0ef875347ee7eff231832e80b02c4faf7afdd 100644
|
| --- a/src/gpu/GrAtlasTextContext.cpp
|
| +++ b/src/gpu/GrAtlasTextContext.cpp
|
| @@ -458,7 +458,7 @@ inline bool GrAtlasTextContext::canDrawAsDistanceFields(const SkPaint& skPaint,
|
| return false;
|
| }
|
|
|
| - bool useDFT = fSurfaceProps.isUseDistanceFieldFonts();
|
| + bool useDFT = fSurfaceProps.isUseDeviceIndependentFonts();
|
| #if SK_FORCE_DISTANCE_FIELD_TEXT
|
| useDFT = true;
|
| #endif
|
|
|