remove lcd
authorcaryclark <caryclark@google.com>
Fri, 12 Jun 2015 19:25:26 +0000 (12:25 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Jun 2015 19:25:26 +0000 (12:25 -0700)
TBR=djsollen@google.com

Review URL: https://codereview.chromium.org/1183753002

gm/emptypath.cpp

index 219b943..b3f8016 100644 (file)
@@ -64,7 +64,6 @@ protected:
         titlePaint.setColor(SK_ColorBLACK);
         titlePaint.setAntiAlias(true);
         sk_tool_utils::set_portable_typeface_always(&titlePaint);
-        titlePaint.setLCDRenderText(true);
         titlePaint.setTextSize(15 * SK_Scalar1);
         const char title[] = "Empty Paths Drawn Into Rectangle Clips With "
                              "Indicated Style and Fill";