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

Unified Diff: chrome/renderer/print_web_view_helper.h

Issue 276004: Wire up printing on the Mac (Closed)
Patch Set: Created 11 years, 2 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
Index: chrome/renderer/print_web_view_helper.h
diff --git a/chrome/renderer/print_web_view_helper.h b/chrome/renderer/print_web_view_helper.h
index fee75f85233bc088fa763f635e387cfcf33a5457..2653131f1feaeecbe1b975f431276eb50bfa2aaa 100644
--- a/chrome/renderer/print_web_view_helper.h
+++ b/chrome/renderer/print_web_view_helper.h
@@ -25,6 +25,11 @@ namespace printing {
class PdfPsMetafile;
typedef PdfPsMetafile NativeMetafile;
}
+#elif defined(OS_MACOSX)
+namespace printing {
+class PdfMetafile;
+typedef PdfMetafile NativeMetafile;
pink (ping after 24hrs) 2009/10/13 21:04:51 add the TODO for the bug about typedef'ing to a co
stuartmorgan 2009/10/13 22:07:43 This is actually cruft from an earlier rev that I
+}
#endif
class RenderView;

Powered by Google App Engine
This is Rietveld 408576698