Chromium Code Reviews| Index: src/doc/SkDocument_XPS_None.cpp |
| diff --git a/src/doc/SkDocument_XPS_None.cpp b/src/doc/SkDocument_XPS_None.cpp |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..db4f464f9eadf971b40ac51ed815d49875dd3c83 |
| --- /dev/null |
| +++ b/src/doc/SkDocument_XPS_None.cpp |
| @@ -0,0 +1,4 @@ |
| +#include "SkDocument.h" |
| +SkDocument* SkDocument::CreateXPS(SkWStream*, SkScalar) { return NULL; } |
| +SkDocument* SkDocument::CreateXPS(const char path[], SkScalar) { return NULL; } |
| + |