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

Unified Diff: webkit/glue/webpreferences.cc

Issue 4954002: Change default minimum font size to 0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update the test shell prefs reset function Created 10 years, 1 month 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 | « chrome/app/resources/locale_settings_win.grd ('k') | webkit/tools/test_shell/test_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webpreferences.cc
diff --git a/webkit/glue/webpreferences.cc b/webkit/glue/webpreferences.cc
index ecb2c3892e59cc9b7c9506f7afb2eac3ebb60f99..afd41cf6200a879d528c1ef80ff6a344c82e277c 100644
--- a/webkit/glue/webpreferences.cc
+++ b/webkit/glue/webpreferences.cc
@@ -29,7 +29,7 @@ WebPreferences::WebPreferences()
fantasy_font_family(), // Not sure what to use on Windows.
default_font_size(16),
default_fixed_font_size(13),
- minimum_font_size(1),
+ minimum_font_size(0),
minimum_logical_font_size(6),
default_encoding("ISO-8859-1"),
javascript_enabled(true),
« no previous file with comments | « chrome/app/resources/locale_settings_win.grd ('k') | webkit/tools/test_shell/test_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698