remove lcd

TBR=djsollen@google.com

Review URL: https://codereview.chromium.org/1183753002
This commit is contained in:
caryclark 2015-06-12 12:25:26 -07:00 committed by Commit bot
parent 824996aac9
commit 6eba305422

View 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";