| OLD | NEW |
| 1 #ifndef EXPERIMENTAL_PDFVIEWER_PDFPARSER_SKPDFNYI_H_ | 1 /* |
| 2 #define EXPERIMENTAL_PDFVIEWER_PDFPARSER_SKPDFNYI_H_ | 2 * Copyright 2013 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 #ifndef SkPdfNYI_DEFINED |
| 9 #define SkPdfNYI_DEFINED |
| 3 | 10 |
| 4 struct SkPdfFileSpec {}; | 11 struct SkPdfFileSpec {}; |
| 5 | 12 |
| 6 // TODO(edisonn): date is actually a string! | 13 // TODO(edisonn): date is actually a string! |
| 7 | 14 |
| 8 struct SkPdfDate {}; | 15 struct SkPdfDate {}; |
| 9 struct SkPdfTree {}; | 16 struct SkPdfTree {}; |
| 10 struct SkPdfFunction {}; | 17 struct SkPdfFunction {}; |
| 11 | 18 |
| 12 | 19 |
| 13 #endif // EXPERIMENTAL_PDFVIEWER_PDFPARSER_SKPDFNYI_H_ | 20 #endif // SkPdfNYI_DEFINED |
| OLD | NEW |