1 #include "SkDocument.h" 2 SkDocument* SkDocument::CreateXPS(SkWStream*, SkScalar) { return NULL; } 3 SkDocument* SkDocument::CreateXPS(const char path[], SkScalar) { return NULL; } 4