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

Unified Diff: ui/gfx/font_render_params.cc

Issue 417953006: Reland r285145: Remove RendererPreferences font-rendering enums. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again (cleanly... not sure why cq patch step is failing) 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 | « content/renderer/render_view_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/font_render_params.cc
diff --git a/ui/gfx/font_render_params.cc b/ui/gfx/font_render_params.cc
index 0166ba8856ec9293e2f4f218616320f687264f7d..780489172b04f18d3d0f20b8cc567e7bef071511 100644
--- a/ui/gfx/font_render_params.cc
+++ b/ui/gfx/font_render_params.cc
@@ -9,10 +9,10 @@ namespace gfx {
FontRenderParams::FontRenderParams()
: antialiasing(true),
subpixel_positioning(true),
- autohinter(true),
- use_bitmaps(true),
- hinting(HINTING_SLIGHT),
- subpixel_rendering(SUBPIXEL_RENDERING_RGB) {
+ autohinter(false),
+ use_bitmaps(false),
+ hinting(HINTING_MEDIUM),
+ subpixel_rendering(SUBPIXEL_RENDERING_NONE) {
}
FontRenderParams::~FontRenderParams() {}
« no previous file with comments | « content/renderer/render_view_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698