blob: 61c41b75935bb3178814b91ff25a32644c2e87ad [file] [log] [blame]
/*
* 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"
sk_sp<SkDocument> SkDocument::MakePDF(SkWStream*,
SkScalar,
const SkDocument::PDFMetadata&,
SkPixelSerializer*,
bool) {
return nullptr;
}
sk_sp<SkDocument> SkDocument::MakePDF(const char path[], SkScalar) {
return nullptr;
}