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

Unified Diff: src/pdf/SkPDFDocument.h

Issue 2299653002: SkDocument: turn off SK_SUPPORT_LEGACY_DOCUMENT_API (Closed)
Patch Set: delete all LEGACY_DOCUMENT_API Created 4 years, 3 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 | « include/core/SkDocument.h ('k') | src/pdf/SkPDFDocument.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « include/core/SkDocument.h ('k') | src/pdf/SkPDFDocument.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698