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