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

Unified Diff: chrome/browser/shell_dialogs.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
« no previous file with comments | « chrome/browser/printing/printed_document.cc ('k') | chrome/browser/views/about_chrome_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/shell_dialogs.h
===================================================================
--- chrome/browser/shell_dialogs.h (revision 16106)
+++ chrome/browser/shell_dialogs.h (working copy)
@@ -13,7 +13,9 @@
#include "base/ref_counted.h"
#include "base/string16.h"
-class ChromeFont;
+namespace gfx {
+class Font;
+}
// A base class for shell dialogs.
class BaseShellDialog {
@@ -132,7 +134,7 @@
// Notifies the Listener that a font selection has been made. The font
// details are supplied in |font|. |params| is contextual passed to
// SelectFile.
- virtual void FontSelected(const ChromeFont& font, void* params) = 0;
+ virtual void FontSelected(const gfx::Font& font, void* params) = 0;
// Notifies the Listener that the font selection was aborted (via the user
// canceling or closing the selection dialog box, for example). |params| is
« no previous file with comments | « chrome/browser/printing/printed_document.cc ('k') | chrome/browser/views/about_chrome_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698