1/* 2 * Copyright 2015 Google Inc. 3 * 4 * Use of this source code is governed by a BSD-style license that can be 5 * found in the LICENSE file. 6 */ 7 8#include "SkTypes.h" 9#if !defined(SK_BUILD_FOR_WIN32) 10 11#include "SkDocument.h" 12SkDocument* SkDocument::CreateXPS(SkWStream*, SkScalar) { return nullptr; } 13SkDocument* SkDocument::CreateXPS(const char path[], SkScalar) { return nullptr; } 14 15#endif//!defined(SK_BUILD_FOR_WIN32) 16