| Index: include/gpu/GrConfig.h
|
| diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h
|
| index fc464c5038bad993262e90522df3464533613674..b5baf96c5c377acdc3e7e654a58fad730443e5a7 100644
|
| --- a/include/gpu/GrConfig.h
|
| +++ b/include/gpu/GrConfig.h
|
| @@ -241,4 +241,11 @@ inline void GrDebugCrash(const char* msg) { GrPrintf(msg); SkASSERT(false); }
|
| #define GR_STROKE_PATH_RENDERING 0
|
| #endif
|
|
|
| +/**
|
| + * GR_DISTANCEFIELD_FONTS controls whether we use distance fields to represent font data.
|
| + */
|
| +#if !defined(GR_DISTANCEFIELD_FONTS)
|
| + #define GR_DISTANCEFIELD_FONTS 0
|
| +#endif
|
| +
|
| #endif
|
|
|