| Index: src/core/SkScalerContext.h
|
| diff --git a/src/core/SkScalerContext.h b/src/core/SkScalerContext.h
|
| index 52707a387c0c015e3c0fb0623d2a6d0bcbe87fe1..2820b5ac2d267c3fd5cfd151a9a86663cc1d56db 100644
|
| --- a/src/core/SkScalerContext.h
|
| +++ b/src/core/SkScalerContext.h
|
| @@ -34,9 +34,6 @@ struct SkScalerContextRec {
|
| SkScalar fTextSize, fPreScaleX, fPreSkewX;
|
| SkScalar fPost2x2[2][2];
|
| SkScalar fFrameWidth, fMiterLimit;
|
| -#ifdef SK_SUPPORT_HINTING_SCALE_FACTOR
|
| - SkScalar fHintingScaleFactor;
|
| -#endif
|
|
|
| //These describe the parameters to create (uniquely identify) the pre-blend.
|
| uint32_t fLumBits;
|
|
|