aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc/SkDocument_PDF_None.cpp
blob: f146cba0186102701e4637316babddad72e1b592 (plain)
1
2
3
4
5
6
7
8
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; }