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