Chromium Code Reviews

Unified Diff: chrome/browser/views/frame/opaque_browser_frame_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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/views/first_run_bubble.cc ('k') | chrome/browser/views/frame/opaque_browser_frame_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/frame/opaque_browser_frame_view.h
===================================================================
--- chrome/browser/views/frame/opaque_browser_frame_view.h (revision 16106)
+++ chrome/browser/views/frame/opaque_browser_frame_view.h (working copy)
@@ -11,7 +11,9 @@
#include "views/window/non_client_view.h"
class BrowserView;
-class ChromeFont;
+namespace gfx {
+class Font;
+}
class TabContents;
class TabStrip;
namespace views {
@@ -150,7 +152,7 @@
static void InitClass();
static void InitAppWindowResources();
static SkBitmap* distributor_logo_;
- static ChromeFont* title_font_;
+ static gfx::Font* title_font_;
DISALLOW_EVIL_CONSTRUCTORS(OpaqueBrowserFrameView);
};
« no previous file with comments | « chrome/browser/views/first_run_bubble.cc ('k') | chrome/browser/views/frame/opaque_browser_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine