aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/PdfViewer/autogen/SkPdfFDFTrailerDictionary_autogen.cpp
blob: 417cb0fd7e9ec90594a9e0c7ae1bddeda2facecf (plain)
1
2
3
4
5
6
7
8
#include "SkPdfFDFTrailerDictionary_autogen.h"

SkPdfDictionary* SkPdfFDFTrailerDictionary::Root() const {
  SkPdfDictionary* ret;
  if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Root", "", &ret)) return ret;
  // TODO(edisonn): warn about missing required field, assert for known good pdfs
  return NULL;
}