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

Unified Diff: views/widget/tooltip_manager.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 | « views/drag_utils.cc ('k') | views/widget/tooltip_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/tooltip_manager.h
===================================================================
--- views/widget/tooltip_manager.h (revision 16106)
+++ views/widget/tooltip_manager.h (working copy)
@@ -12,7 +12,9 @@
#include "base/basictypes.h"
#include "base/task.h"
-class ChromeFont;
+namespace gfx {
+class Font;
+}
namespace views {
@@ -55,7 +57,7 @@
static int GetTooltipHeight();
// Returns the default font used by tooltips.
- static ChromeFont GetDefaultFont();
+ static gfx::Font GetDefaultFont();
// Returns the separator for lines of text in a tooltip.
static const std::wstring& GetLineSeparator();
« no previous file with comments | « views/drag_utils.cc ('k') | views/widget/tooltip_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698