enable lcdtext



git-svn-id: http://skia.googlecode.com/svn/trunk@5455 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gm/techtalk1.cpp b/gm/techtalk1.cpp
index 07ad3fc..812bffe 100644
--- a/gm/techtalk1.cpp
+++ b/gm/techtalk1.cpp
@@ -283,6 +283,7 @@
 static void draw_text(SkCanvas* canvas, bool showGL, int flags) {
     SkPaint paint;
     paint.setAntiAlias(true);
+    paint.setLCDRenderText(true);
     const char text[] = "Graphics at Google";
     size_t len = strlen(text);
     setFade(&paint, showGL);