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

Unified Diff: chrome/browser/views/options/fonts_page_view.cc

Issue 1448001: Land Satoshi.Matsuzaki's patch for issue 16197. (Closed)
Patch Set: Created 10 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/options/fonts_page_view.cc
diff --git a/chrome/browser/views/options/fonts_page_view.cc b/chrome/browser/views/options/fonts_page_view.cc
index d8323623fd31255d44fc8da7beb0a7a265c3cfac..2854bbdd72de56ccb35c00dbeea60851cf951b0d 100644
--- a/chrome/browser/views/options/fonts_page_view.cc
+++ b/chrome/browser/views/options/fonts_page_view.cc
@@ -293,6 +293,7 @@ void FontsPageView::FontSelected(const gfx::Font& const_font, void* params) {
serif_font_display_view_->font_name(),
sans_serif_font_size_pixel_);
} else if (font_type_being_changed_ == FIXED_WIDTH) {
+ fixed_width_font_size_pixel_ = font_size;
fixed_width_font_display_view_->SetFontType(font.FontName(), font_size);
}
font_changed_ = true;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698