| Index: experimental/PdfViewer/autogen/SkPdfFileSpecificationDictionary_autogen.cpp
 | 
| ===================================================================
 | 
| --- experimental/PdfViewer/autogen/SkPdfFileSpecificationDictionary_autogen.cpp	(revision 9812)
 | 
| +++ experimental/PdfViewer/autogen/SkPdfFileSpecificationDictionary_autogen.cpp	(working copy)
 | 
| @@ -1,71 +0,0 @@
 | 
| -#include "SkPdfFileSpecificationDictionary_autogen.h"
 | 
| -
 | 
| -std::string SkPdfFileSpecificationDictionary::Type() const {
 | 
| -  std::string ret;
 | 
| -  if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Type", "", &ret)) return ret;
 | 
| -  // TODO(edisonn): warn about missing required field, assert for known good pdfs
 | 
| -  return "";
 | 
| -}
 | 
| -
 | 
| -std::string SkPdfFileSpecificationDictionary::FS() const {
 | 
| -  std::string ret;
 | 
| -  if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "FS", "", &ret)) return ret;
 | 
| -  // TODO(edisonn): warn about missing required field, assert for known good pdfs
 | 
| -  return "";
 | 
| -}
 | 
| -
 | 
| -std::string SkPdfFileSpecificationDictionary::F() const {
 | 
| -  std::string ret;
 | 
| -  if (StringFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "F", "", &ret)) return ret;
 | 
| -  // TODO(edisonn): warn about missing required field, assert for known good pdfs
 | 
| -  return "";
 | 
| -}
 | 
| -
 | 
| -std::string SkPdfFileSpecificationDictionary::DOS() const {
 | 
| -  std::string ret;
 | 
| -  if (StringFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "DOS", "", &ret)) return ret;
 | 
| -  // TODO(edisonn): warn about missing required field, assert for known good pdfs
 | 
| -  return "";
 | 
| -}
 | 
| -
 | 
| -std::string SkPdfFileSpecificationDictionary::Mac() const {
 | 
| -  std::string ret;
 | 
| -  if (StringFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Mac", "", &ret)) return ret;
 | 
| -  // TODO(edisonn): warn about missing required field, assert for known good pdfs
 | 
| -  return "";
 | 
| -}
 | 
| -
 | 
| -std::string SkPdfFileSpecificationDictionary::Unix() const {
 | 
| -  std::string ret;
 | 
| -  if (StringFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Unix", "", &ret)) return ret;
 | 
| -  // TODO(edisonn): warn about missing required field, assert for known good pdfs
 | 
| -  return "";
 | 
| -}
 | 
| -
 | 
| -SkPdfArray* SkPdfFileSpecificationDictionary::ID() const {
 | 
| -  SkPdfArray* ret;
 | 
| -  if (ArrayFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "ID", "", &ret)) return ret;
 | 
| -  // TODO(edisonn): warn about missing required field, assert for known good pdfs
 | 
| -  return NULL;
 | 
| -}
 | 
| -
 | 
| -bool SkPdfFileSpecificationDictionary::V() const {
 | 
| -  bool ret;
 | 
| -  if (BoolFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "V", "", &ret)) return ret;
 | 
| -  // TODO(edisonn): warn about missing required field, assert for known good pdfs
 | 
| -  return false;
 | 
| -}
 | 
| -
 | 
| -SkPdfDictionary* SkPdfFileSpecificationDictionary::EF() const {
 | 
| -  SkPdfDictionary* ret;
 | 
| -  if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "EF", "", &ret)) return ret;
 | 
| -  // TODO(edisonn): warn about missing required field, assert for known good pdfs
 | 
| -  return NULL;
 | 
| -}
 | 
| -
 | 
| -SkPdfDictionary* SkPdfFileSpecificationDictionary::RF() const {
 | 
| -  SkPdfDictionary* ret;
 | 
| -  if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "RF", "", &ret)) return ret;
 | 
| -  // TODO(edisonn): warn about missing required field, assert for known good pdfs
 | 
| -  return NULL;
 | 
| -}
 | 
| 
 |