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

Unified Diff: src/pdf/SkPDFMetadata.h

Issue 1398193002: Revert of SkPDF: Optionally output PDF/A-2b archive format. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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
« no previous file with comments | « src/pdf/SkPDFBitmap.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
deleted file mode 100644
index 3475ac2500a549df62cb35cb59aecc0de23493a1..0000000000000000000000000000000000000000
--- a/src/pdf/SkPDFMetadata.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/*
- * Copyright 2015 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef SkPDFMetadata_DEFINED
-#define SkPDFMetadata_DEFINED
-
-#include "SkDocument.h"
-#include "SkTime.h"
-
-class SkPDFObject;
-
-struct SkPDFMetadata {
- SkTArray<SkDocument::Attribute> fInfo;
- SkAutoTDelete<const SkTime::DateTime> fCreation;
- SkAutoTDelete<const SkTime::DateTime> fModified;
-
- SkPDFObject* createDocumentInformationDict() const;
-
- struct UUID {
- uint8_t fData[16];
- };
- UUID uuid() const;
- static SkPDFObject* CreatePdfId(const UUID& doc, const UUID& instance);
-
-#ifdef SK_PDF_GENERATE_PDFA
- SkPDFObject* createXMPObject(const UUID& doc, const UUID& instance) const;
-#endif // SK_PDF_GENERATE_PDFA
-};
-
-#endif // SkPDFMetadata_DEFINED
« no previous file with comments | « src/pdf/SkPDFBitmap.cpp ('k') | src/pdf/SkPDFMetadata.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698