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

Unified Diff: printing/pdf_metafile_cg_mac.h

Issue 7799003: Add printing.dll to the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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/pdf_metafile_cairo_linux.h ('k') | printing/pdf_metafile_cg_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/pdf_metafile_cg_mac.h
===================================================================
--- printing/pdf_metafile_cg_mac.h (revision 99019)
+++ printing/pdf_metafile_cg_mac.h (working copy)
@@ -25,7 +25,7 @@
namespace printing {
// This class creates a graphics context that renders into a PDF data stream.
-class PdfMetafileCg : public Metafile, public base::ThreadChecker {
+class PRINTING_EXPORT PdfMetafileCg : public Metafile {
public:
PdfMetafileCg();
virtual ~PdfMetafileCg();
@@ -69,6 +69,8 @@
// Returns a CGPDFDocumentRef version of pdf_data_.
CGPDFDocumentRef GetPDFDocument() const;
+ base::ThreadChecker thread_checker_;
+
// Context for rendering to the pdf.
base::mac::ScopedCFTypeRef<CGContextRef> context_;
« no previous file with comments | « printing/pdf_metafile_cairo_linux.h ('k') | printing/pdf_metafile_cg_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698