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