| Index: src/gpu/GrDistanceFieldTextContext.cpp
|
| diff --git a/src/gpu/GrDistanceFieldTextContext.cpp b/src/gpu/GrDistanceFieldTextContext.cpp
|
| index 877f112abcf584e2266bebbd6d3949389f478e6b..47d408f7f8969270ab01beb53c7386931a82dd44 100755
|
| --- a/src/gpu/GrDistanceFieldTextContext.cpp
|
| +++ b/src/gpu/GrDistanceFieldTextContext.cpp
|
| @@ -10,7 +10,6 @@
|
| #include "GrBitmapTextContext.h"
|
| #include "GrDrawTarget.h"
|
| #include "GrDrawTargetCaps.h"
|
| -#include "GrFontAtlasSizes.h"
|
| #include "GrFontCache.h"
|
| #include "GrFontScaler.h"
|
| #include "GrGpu.h"
|
| @@ -34,10 +33,9 @@
|
|
|
| static const int kSmallDFFontSize = 32;
|
| static const int kSmallDFFontLimit = 32;
|
| -static const int kMediumDFFontSize = 70;
|
| -static const int kMediumDFFontLimit = 70;
|
| -static const int kLargeDFFontSize = 156;
|
| -SK_COMPILE_ASSERT(GR_SDF_MAX_SIZE >= kLargeDFFontSize, sdf_too_big);
|
| +static const int kMediumDFFontSize = 78;
|
| +static const int kMediumDFFontLimit = 78;
|
| +static const int kLargeDFFontSize = 192;
|
|
|
| static const int kVerticesPerGlyph = 4;
|
| static const int kIndicesPerGlyph = 6;
|
|
|