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

Unified Diff: include/core/SkDocument.h

Issue 1692703003: SkDocument: remove use of SkTArray (part 3/3). (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkDocument.h
diff --git a/include/core/SkDocument.h b/include/core/SkDocument.h
index 9e1de8ae4e7f412c9bd3527c92e548b9b4119494..e5d8cf3a9bab04cf52552953879b18bb42c24080 100644
--- a/include/core/SkDocument.h
+++ b/include/core/SkDocument.h
@@ -153,13 +153,6 @@ public:
const SkTime::DateTime* /* creationDate */,
const SkTime::DateTime* /* modifiedDate */) {}
- // This version is deprecated.
- void setMetadata(const SkTArray<SkDocument::Attribute>& att,
- const SkTime::DateTime* creation,
- const SkTime::DateTime* modified) {
- this->setMetadata(&att[0], att.count(), creation, modified);
- }
-
protected:
SkDocument(SkWStream*, void (*)(SkWStream*, bool aborted));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698