Index: src/doc/SkDocument_XPS_None.cpp |
diff --git a/src/doc/SkDocument_XPS_None.cpp b/src/doc/SkDocument_XPS_None.cpp |
index 01055e5cf0f6c41aff985cf4f39a5b88b4d70d07..9d51ea25d7ee9f64c3db2224ef3d82c3a8890900 100644 |
--- a/src/doc/SkDocument_XPS_None.cpp |
+++ b/src/doc/SkDocument_XPS_None.cpp |
@@ -1,3 +1,9 @@ |
+/* |
+ * 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" |
-SkDocument* SkDocument::CreateXPS(SkWStream*, SkScalar) { return NULL; } |
-SkDocument* SkDocument::CreateXPS(const char path[], SkScalar) { return NULL; } |
+SkDocument* SkDocument::CreateXPS(SkWStream*, SkScalar) { return nullptr; } |
+SkDocument* SkDocument::CreateXPS(const char path[], SkScalar) { return nullptr; } |