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

Unified Diff: printing/printing_context_linux.h

Issue 568633002: Extracted MetafilePlayer interface from printing::MetafilePlayer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_expose
Patch Set: Thu Sep 11 22:54:16 PDT 2014 Created 6 years, 3 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 | « printing/printing.gyp ('k') | printing/printing_context_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_context_linux.h
diff --git a/printing/printing_context_linux.h b/printing/printing_context_linux.h
index af598062e2aae937ee30aba8656407bee45de3f5..ca7085aa7cd82d71e68fcefd2a47a700ebe92482 100644
--- a/printing/printing_context_linux.h
+++ b/printing/printing_context_linux.h
@@ -15,7 +15,7 @@ class DictionaryValue;
namespace printing {
-class Metafile;
+class MetafilePlayer;
class PrintDialogGtkInterface;
// PrintingContext with optional native UI for print dialog and pdf_paper_size.
@@ -34,7 +34,7 @@ class PRINTING_EXPORT PrintingContextLinux : public PrintingContext {
gfx::Size (*get_pdf_paper_size)(PrintingContextLinux* context));
// Prints the document contained in |metafile|.
- void PrintDocument(const Metafile* metafile);
+ void PrintDocument(const MetafilePlayer& metafile);
// PrintingContext implementation.
virtual void AskUserForSettings(
« no previous file with comments | « printing/printing.gyp ('k') | printing/printing_context_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698