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

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

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
Index: chrome/browser/views/options/fonts_page_view.h
===================================================================
--- chrome/browser/views/options/fonts_page_view.h (revision 16106)
+++ chrome/browser/views/options/fonts_page_view.h (working copy)
@@ -44,7 +44,7 @@
int new_index);
// SelectFontDialog::Listener implementation:
- virtual void FontSelected(const ChromeFont& font, void* params);
+ virtual void FontSelected(const gfx::Font& font, void* params);
// Save Changes made to relevent pref members associated with this tab.
// This is public since it is called by FontsLanguageWindowView in its
« no previous file with comments | « chrome/browser/views/options/advanced_contents_view.cc ('k') | chrome/browser/views/options/fonts_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698