edisonn@google.com | cf2cfa1 | 2013-08-21 16:31:37 +0000 | [diff] [blame] | 1 | /* |
| 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 |
edisonn@google.com | 3aac1f9 | 2013-07-02 22:42:53 +0000 | [diff] [blame] | 10 | |
| 11 | struct SkPdfFileSpec {}; |
edisonn@google.com | 571c70b | 2013-07-10 17:09:50 +0000 | [diff] [blame] | 12 | |
| 13 | // TODO(edisonn): date is actually a string! |
| 14 | |
edisonn@google.com | 3aac1f9 | 2013-07-02 22:42:53 +0000 | [diff] [blame] | 15 | struct SkPdfDate {}; |
| 16 | struct SkPdfTree {}; |
| 17 | struct SkPdfFunction {}; |
| 18 | |
| 19 | |
edisonn@google.com | cf2cfa1 | 2013-08-21 16:31:37 +0000 | [diff] [blame] | 20 | #endif // SkPdfNYI_DEFINED |