diff options
author | abodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-08 18:45:15 +0000 |
---|---|---|
committer | abodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-08 18:45:15 +0000 |
commit | ea5e81d9e8236e0cfa9c9de9a39f63e4e7c476b3 (patch) | |
tree | e4ee09e4de3ada9c22bb8c3205fb40c3d080e280 /printing/print_dialog_gtk_interface.h | |
parent | 01632e66fba4212e7e0ac5773ced0c4c1cc94564 (diff) | |
download | chromium_src-ea5e81d9e8236e0cfa9c9de9a39f63e4e7c476b3.zip chromium_src-ea5e81d9e8236e0cfa9c9de9a39f63e4e7c476b3.tar.gz chromium_src-ea5e81d9e8236e0cfa9c9de9a39f63e4e7c476b3.tar.bz2 |
Get printing working in Aura.
Splits printing_context_cairo into gtk and no system dialog versions. No system dialog versions are used in Chrome OS and Aura.
BUG=http://code.google.com/p/chromium-os/issues/detail?id=13915
TEST=Build Chrome with Aura. Hit ctrl-p from any web page. Print preview page should come up and should be able to print via Cloud Print.
Review URL: http://codereview.chromium.org/8372030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109059 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/print_dialog_gtk_interface.h')
-rw-r--r-- | printing/print_dialog_gtk_interface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/printing/print_dialog_gtk_interface.h b/printing/print_dialog_gtk_interface.h index 22de95c..589ad71 100644 --- a/printing/print_dialog_gtk_interface.h +++ b/printing/print_dialog_gtk_interface.h @@ -6,7 +6,7 @@ #define PRINTING_PRINT_DIALOG_GTK_INTERFACE_H_ #include "base/string16.h" -#include "printing/printing_context_cairo.h" +#include "printing/printing_context_gtk.h" namespace printing { @@ -32,7 +32,7 @@ class PrintDialogGtkInterface { // Shows the dialog and handles the response with |callback|. Only used when // printing with the native print dialog. virtual void ShowDialog( - PrintingContextCairo::PrintSettingsCallback* callback) = 0; + PrintingContextGtk::PrintSettingsCallback* callback) = 0; // Prints the document named |document_name| contained in |metafile|. // Called from the print worker thread. Once called, the |