| Index: experimental/PdfViewer/autogen/SkPdfStandardStructureDictionary_autogen.cpp
 | 
| ===================================================================
 | 
| --- experimental/PdfViewer/autogen/SkPdfStandardStructureDictionary_autogen.cpp	(revision 9812)
 | 
| +++ experimental/PdfViewer/autogen/SkPdfStandardStructureDictionary_autogen.cpp	(working copy)
 | 
| @@ -1,15 +0,0 @@
 | 
| -#include "SkPdfStandardStructureDictionary_autogen.h"
 | 
| -
 | 
| -std::string SkPdfStandardStructureDictionary::Placement() const {
 | 
| -  std::string ret;
 | 
| -  if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Placement", "", &ret)) return ret;
 | 
| -  // TODO(edisonn): warn about missing required field, assert for known good pdfs
 | 
| -  return "";
 | 
| -}
 | 
| -
 | 
| -std::string SkPdfStandardStructureDictionary::WritingMode() const {
 | 
| -  std::string ret;
 | 
| -  if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "WritingMode", "", &ret)) return ret;
 | 
| -  // TODO(edisonn): warn about missing required field, assert for known good pdfs
 | 
| -  return "";
 | 
| -}
 | 
| 
 |