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

Unified Diff: src/pdf/SkPDFMetadata.h

Issue 1892203002: Revert of SkPDF: PDF/A runtime switch (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 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 | « src/pdf/SkPDFDocument.cpp ('k') | src/pdf/SkPDFMetadata.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pdf/SkPDFMetadata.h
diff --git a/src/pdf/SkPDFMetadata.h b/src/pdf/SkPDFMetadata.h
index 663dc24b399af802887ab6eaac96c462c219d401..eb14e48e23eece07b94fe3f006e5a4ad3268b063 100644
--- a/src/pdf/SkPDFMetadata.h
+++ b/src/pdf/SkPDFMetadata.h
@@ -20,12 +20,14 @@
SkPDFObject* createDocumentInformationDict() const;
+#ifdef SK_PDF_GENERATE_PDFA
struct UUID {
uint8_t fData[16];
};
UUID uuid() const;
static SkPDFObject* CreatePdfId(const UUID& doc, const UUID& instance);
SkPDFObject* createXMPObject(const UUID& doc, const UUID& instance) const;
+#endif // SK_PDF_GENERATE_PDFA
};
#endif // SkPDFMetadata_DEFINED
« no previous file with comments | « src/pdf/SkPDFDocument.cpp ('k') | src/pdf/SkPDFMetadata.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698