| Index: src/gpu/GrDistanceFieldTextContext.cpp
|
| diff --git a/src/gpu/GrDistanceFieldTextContext.cpp b/src/gpu/GrDistanceFieldTextContext.cpp
|
| index 1976cf16a363ffc77bd2f88f75866488e8f1b79d..58c8121cd9d645ce0f2a7409b27d84a75f0f159c 100755
|
| --- a/src/gpu/GrDistanceFieldTextContext.cpp
|
| +++ b/src/gpu/GrDistanceFieldTextContext.cpp
|
| @@ -64,7 +64,7 @@ GrDistanceFieldTextContext::GrDistanceFieldTextContext(GrContext* context,
|
| const SkDeviceProperties& properties,
|
| bool enable)
|
| : GrTextContext(context, properties) {
|
| -#if SK_FORCE_DISTANCEFIELD_FONTS
|
| +#if SK_FORCE_DISTANCE_FIELD_TEXT
|
| fEnableDFRendering = true;
|
| #else
|
| fEnableDFRendering = enable;
|
|
|