Index: src/pdf/SkPDFDocument.h |
diff --git a/src/pdf/SkPDFDocument.h b/src/pdf/SkPDFDocument.h |
index 5221dd2728a73a3da81016e2b437ac1a33364ec0..eeafbca62450bda587b12ee54a7da583a6adeadf 100644 |
--- a/src/pdf/SkPDFDocument.h |
+++ b/src/pdf/SkPDFDocument.h |
@@ -55,12 +55,7 @@ public: |
void onEndPage() override; |
bool onClose(SkWStream*) override; |
void onAbort() override; |
-#ifdef SK_SUPPORT_LEGACY_DOCUMENT_API |
- void setMetadata(const SkDocument::Attribute[], |
- int, |
- const SkTime::DateTime*, |
- const SkTime::DateTime*) override; |
-#endif // SK_SUPPORT_LEGACY_DOCUMENT_API |
+ |
/** |
Serialize the object, as well as any other objects it |
indirectly refers to. If any any other objects have been added |