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

Unified Diff: src/xps/SkDocument_XPS_None.cpp

Issue 1916093002: SkDocument/PDF: new API (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-04-26 (Tuesday) 15:55:33 EDT 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/xps/SkDocument_XPS.cpp ('k') | tests/AnnotationTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/xps/SkDocument_XPS_None.cpp
diff --git a/src/xps/SkDocument_XPS_None.cpp b/src/xps/SkDocument_XPS_None.cpp
index 32b18fb221caa30c15263e6e6b1640fbf11bf5c3..b1c7ed4bcd399a7144c5714f39d72883bc2718f2 100644
--- a/src/xps/SkDocument_XPS_None.cpp
+++ b/src/xps/SkDocument_XPS_None.cpp
@@ -9,7 +9,9 @@
#if !defined(SK_BUILD_FOR_WIN32)
#include "SkDocument.h"
-SkDocument* SkDocument::CreateXPS(SkWStream*, SkScalar) { return nullptr; }
-SkDocument* SkDocument::CreateXPS(const char path[], SkScalar) { return nullptr; }
+sk_sp<SkDocument> SkDocument::MakeXPS(SkWStream*, SkScalar) { return nullptr; }
+sk_sp<SkDocument> SkDocument::MakeXPS(const char path[], SkScalar) {
+ return nullptr;
+}
#endif//!defined(SK_BUILD_FOR_WIN32)
« no previous file with comments | « src/xps/SkDocument_XPS.cpp ('k') | tests/AnnotationTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698