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

Unified Diff: chrome/browser/gtk/sad_tab_gtk.cc

Issue 113441: ChromeFont->gfx::Font... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | « chrome/browser/gtk/download_item_gtk.cc ('k') | chrome/browser/gtk/tabs/tab_renderer_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/sad_tab_gtk.cc
===================================================================
--- chrome/browser/gtk/sad_tab_gtk.cc (revision 16106)
+++ chrome/browser/gtk/sad_tab_gtk.cc (working copy)
@@ -36,7 +36,7 @@
ResourceBundle::GetSharedInstance().GetBitmapNamed(IDR_SAD_TAB)),
title_font(
ResourceBundle::GetSharedInstance().GetFont(
- ResourceBundle::BaseFont).DeriveFont(2, ChromeFont::BOLD)),
+ ResourceBundle::BaseFont).DeriveFont(2, gfx::Font::BOLD)),
message_font(
ResourceBundle::GetSharedInstance().GetFont(
ResourceBundle::BaseFont).DeriveFont(1)),
@@ -44,8 +44,8 @@
message(l10n_util::GetString(IDS_SAD_TAB_MESSAGE)) {}
const SkBitmap* sad_tab_bitmap;
- ChromeFont title_font;
- ChromeFont message_font;
+ gfx::Font title_font;
+ gfx::Font message_font;
std::wstring title;
std::wstring message;
};
« no previous file with comments | « chrome/browser/gtk/download_item_gtk.cc ('k') | chrome/browser/gtk/tabs/tab_renderer_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698