aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2014-07-02 16:04:09 -0400
committerGravatar Ben Wagner <bungeman@google.com>2014-07-02 16:04:09 -0400
commit9504dd5a098d64a96e6b617f07f58a13f2dfa9e4 (patch)
treea082f59969851ccc53d39daac534d7582d3b6737 /src
parent217daa7ec592fc306edffb9fb2a3d8c7ebff8c2d (diff)
Remove SK_IGNORE_DWRITE_RENDERING_FIX.
This flag is no longer defined anywhere, so remove it's use.
Diffstat (limited to 'src')
-rw-r--r--src/ports/SkScalerContext_win_dw.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ports/SkScalerContext_win_dw.cpp b/src/ports/SkScalerContext_win_dw.cpp
index 345cefd758..b6c2895175 100644
--- a/src/ports/SkScalerContext_win_dw.cpp
+++ b/src/ports/SkScalerContext_win_dw.cpp
@@ -242,9 +242,7 @@ SkScalerContext_DW::SkScalerContext_DW(DWriteFontTypeface* typeface,
// a bitmap strike if the range is gridfit only and contains a bitmap.
int bitmapPPEM = SkScalarTruncToInt(gdiTextSize);
PPEMRange range = { bitmapPPEM, bitmapPPEM };
-#ifndef SK_IGNORE_DWRITE_RENDERING_FIX
expand_range_if_gridfit_only(typeface, bitmapPPEM, &range);
-#endif
treatLikeBitmap = has_bitmap_strike(typeface, range);
axisAlignedBitmap = is_axis_aligned(fRec);