Chromium Code Reviews| Index: gm/dftext.cpp |
| diff --git a/gm/dftext.cpp b/gm/dftext.cpp |
| index 63e7cdfa5e60438d1f49fd959ce5e6949c9d5c46..0ee01e3309daaf890c3b8974ccc9c9a3aee30bd6 100755 |
| --- a/gm/dftext.cpp |
| +++ b/gm/dftext.cpp |
| @@ -72,9 +72,7 @@ protected: |
| SkPaint paint; |
| paint.setAntiAlias(true); |
| paint.setSubpixelText(true); |
| -#if !SK_SUPPORT_GPU |
| - paint.setDistanceFieldTextTEMP(true); |
| -#endif |
| + |
| sk_tool_utils::set_portable_typeface(&paint, "Times New Roman", SkTypeface::kNormal); |
| const char* text = "Hamburgefons"; |