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
10
11struct SkPdfFileSpec {};
12
13// TODO(edisonn): date is actually a string!
14
15struct SkPdfDate {};
16struct SkPdfTree {};
17struct SkPdfFunction {};
18
19
20#endif  // SkPdfNYI_DEFINED
21