summaryrefslogtreecommitdiffstats
path: root/printing/pdf_metafile_cg_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'printing/pdf_metafile_cg_mac.h')
-rw-r--r--printing/pdf_metafile_cg_mac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/printing/pdf_metafile_cg_mac.h b/printing/pdf_metafile_cg_mac.h
index 5a7f56d..303cfd5 100644
--- a/printing/pdf_metafile_cg_mac.h
+++ b/printing/pdf_metafile_cg_mac.h
@@ -65,6 +65,8 @@ class PdfMetafileCg : public Metafile, public base::ThreadChecker {
bool center_horizontally,
bool center_vertically) const;
+ virtual void set_draft(bool /* draft */) const {}
+
private:
// Returns a CGPDFDocumentRef version of pdf_data_.
CGPDFDocumentRef GetPDFDocument() const;