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

Unified Diff: chrome/browser/printing/printed_document.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/print_job.h ('k') | chrome/browser/printing/printed_document.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/printed_document.h
===================================================================
--- chrome/browser/printing/printed_document.h (revision 16106)
+++ chrome/browser/printing/printed_document.h (working copy)
@@ -13,11 +13,11 @@
#include "chrome/browser/printing/print_settings.h"
#include "googleurl/src/gurl.h"
-class ChromeFont;
class MessageLoop;
namespace gfx {
class Emf;
+class Font;
}
namespace printing {
@@ -171,7 +171,7 @@
const PrintedPage& page,
PageOverlays::HorizontalPosition x,
PageOverlays::VerticalPosition y,
- const ChromeFont& font) const;
+ const gfx::Font& font) const;
// Calls the render source to render a page. Makes sure to execute the call in
// the right thread context.
« no previous file with comments | « chrome/browser/printing/print_job.h ('k') | chrome/browser/printing/printed_document.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698