aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkDocument_PDF_None.cpp
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2016-03-12 05:59:39 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-12 05:59:39 -0800
commit23f4d4d1b9151bb89cdced9986be7ec9b006d458 (patch)
tree9b9441f8e74f01fca01255eedf6dcff55d720a40 /src/pdf/SkDocument_PDF_None.cpp
parent351c0d24f1c093ca48d0d832b1d64df8644f87b7 (diff)
SkPDF: move all pdf sources into src/pdf
also, consolidate XPS backend into src/xps remove from include/ almost always a good thing. TBR=reed@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1781773002 CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot,Build-Mac-Clang-x86_64-Release-CMake-Trybot Review URL: https://codereview.chromium.org/1781773002
Diffstat (limited to 'src/pdf/SkDocument_PDF_None.cpp')
-rw-r--r--src/pdf/SkDocument_PDF_None.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pdf/SkDocument_PDF_None.cpp b/src/pdf/SkDocument_PDF_None.cpp
new file mode 100644
index 0000000000..f146cba018
--- /dev/null
+++ b/src/pdf/SkDocument_PDF_None.cpp
@@ -0,0 +1,9 @@
+/*
+ * Copyright 2015 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+#include "SkDocument.h"
+SkDocument* SkDocument::CreatePDF(SkWStream*, SkScalar) { return nullptr; }
+SkDocument* SkDocument::CreatePDF(const char path[], SkScalar) { return nullptr; }