Skip to content
Snippets Groups Projects
Commit c1648ef4 authored by xiyuan@chromium.org's avatar xiyuan@chromium.org
Browse files

Land Satoshi.Matsuzaki's patch for issue 16197.

BUG=16197
TEST=Verify fix for 16197.

Review URL: http://codereview.chromium.org/1448001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42839 0039d316-1c4b-4281-b951-d872f2087c98
parent d4e006d6
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment