Chromium Code Reviews| Index: ui/gfx/render_text.h |
| =================================================================== |
| --- ui/gfx/render_text.h (revision 122287) |
| +++ ui/gfx/render_text.h (working copy) |
| @@ -37,6 +37,7 @@ |
| explicit SkiaTextRenderer(Canvas* canvas); |
| ~SkiaTextRenderer(); |
| + void SetFontSmoothingSettings(bool enable_smoothing, bool enable_lcd_text); |
| void SetTypeface(SkTypeface* typeface); |
| void SetTextSize(int size); |
| void SetFont(const gfx::Font& font); |