blob: 50ed0b6d3bfec2dc6ddc12e4716571defffb0954 [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* stream, const PDFMetadata& metadata) {
return nullptr;
}
sk_sp<SkDocument> SkDocument::MakePDF(SkWStream* stream) {
return nullptr;
}