Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1788)

Unified Diff: ui/gfx/font_render_params.h

Issue 387743002: Apply hinting in SkiaTextRenderer::SetFontRenderParams(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change autohinting default Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gfx/font_render_params.cc » ('j') | ui/gfx/font_render_params_linux.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/font_render_params.h
diff --git a/ui/gfx/font_render_params.h b/ui/gfx/font_render_params.h
index e6f36942b8d91c690bcd67d368e7713587a22d54..d4a224cd07a4972affd9df6483e3b9eaaece04c4 100644
--- a/ui/gfx/font_render_params.h
+++ b/ui/gfx/font_render_params.h
@@ -11,7 +11,8 @@ namespace gfx {
// A collection of parameters describing how text should be rendered on Linux.
struct GFX_EXPORT FontRenderParams {
- // No constructor to avoid static initialization.
+ FontRenderParams();
+ ~FontRenderParams();
// Level of hinting to be applied.
enum Hinting {
« no previous file with comments | « no previous file | ui/gfx/font_render_params.cc » ('j') | ui/gfx/font_render_params_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698