2013-08-21 16:31:37 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2013 Google Inc.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef SkPdfNYI_DEFINED
|
|
|
|
#define SkPdfNYI_DEFINED
|
2013-07-02 22:42:53 +00:00
|
|
|
|
|
|
|
struct SkPdfFileSpec {};
|
2013-07-10 17:09:50 +00:00
|
|
|
|
|
|
|
// TODO(edisonn): date is actually a string!
|
|
|
|
|
2013-07-02 22:42:53 +00:00
|
|
|
struct SkPdfDate {};
|
|
|
|
struct SkPdfTree {};
|
|
|
|
struct SkPdfFunction {};
|
|
|
|
|
|
|
|
|
2013-08-21 16:31:37 +00:00
|
|
|
#endif // SkPdfNYI_DEFINED
|