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

Unified Diff: printing/printed_document_cairo.cc

Issue 8372030: Get printing working in Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More gyp fixes Created 9 years, 1 month 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/print_dialog_gtk_interface.h ('k') | printing/printing.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printed_document_cairo.cc
diff --git a/printing/printed_document_cairo.cc b/printing/printed_document_cairo.cc
index 15193c7f68727c8fdc0600c34ab247039e4d8f07..7a1fb3218598ee239126a701d04e889a4b8d1039 100644
--- a/printing/printed_document_cairo.cc
+++ b/printing/printed_document_cairo.cc
@@ -7,7 +7,7 @@
#include "base/logging.h"
#include "printing/page_number.h"
#include "printing/printed_page.h"
-#include "printing/printing_context_cairo.h"
+#include "printing/printing_context_gtk.h"
namespace printing {
@@ -27,7 +27,7 @@ void PrintedDocument::RenderPrintedPage(
{
base::AutoLock lock(lock_);
if (page.page_number() - 1 == mutable_.first_page) {
- reinterpret_cast<PrintingContextCairo*>(context)->PrintDocument(
+ reinterpret_cast<PrintingContextGtk*>(context)->PrintDocument(
page.metafile());
}
}
« no previous file with comments | « printing/print_dialog_gtk_interface.h ('k') | printing/printing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698