diff options
author | caryclark <caryclark@google.com> | 2015-06-12 12:25:26 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-12 12:25:26 -0700 |
commit | 6eba3054229a9b656e372c3b80003f442a5d6161 (patch) | |
tree | 83027cb278db43da23128a57d6462fc390bb7041 /gm | |
parent | 824996aac96fdab1f326715782f354c104ec3204 (diff) |
remove lcd
TBR=djsollen@google.com
Review URL: https://codereview.chromium.org/1183753002
Diffstat (limited to 'gm')
-rw-r--r-- | gm/emptypath.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gm/emptypath.cpp b/gm/emptypath.cpp index 219b9432d3..b3f8016453 100644 --- a/gm/emptypath.cpp +++ b/gm/emptypath.cpp @@ -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"; |