| Index: experimental/PdfViewer/pdfparser/podofo/autogen/SkPdfMovieActionDictionary_autogen.cpp
 | 
| ===================================================================
 | 
| --- experimental/PdfViewer/pdfparser/podofo/autogen/SkPdfMovieActionDictionary_autogen.cpp	(revision 9879)
 | 
| +++ experimental/PdfViewer/pdfparser/podofo/autogen/SkPdfMovieActionDictionary_autogen.cpp	(working copy)
 | 
| @@ -1,29 +0,0 @@
 | 
| -#include "SkPdfMovieActionDictionary_autogen.h"
 | 
| -
 | 
| -std::string SkPdfMovieActionDictionary::S() const {
 | 
| -  std::string ret;
 | 
| -  if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "S", "", &ret)) return ret;
 | 
| -  // TODO(edisonn): warn about missing required field, assert for known good pdfs
 | 
| -  return "";
 | 
| -}
 | 
| -
 | 
| -SkPdfDictionary* SkPdfMovieActionDictionary::Annot() const {
 | 
| -  SkPdfDictionary* ret;
 | 
| -  if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Annot", "", &ret)) return ret;
 | 
| -  // TODO(edisonn): warn about missing required field, assert for known good pdfs
 | 
| -  return NULL;
 | 
| -}
 | 
| -
 | 
| -std::string SkPdfMovieActionDictionary::T() const {
 | 
| -  std::string ret;
 | 
| -  if (StringFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "T", "", &ret)) return ret;
 | 
| -  // TODO(edisonn): warn about missing required field, assert for known good pdfs
 | 
| -  return "";
 | 
| -}
 | 
| -
 | 
| -std::string SkPdfMovieActionDictionary::Operation() const {
 | 
| -  std::string ret;
 | 
| -  if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Operation", "", &ret)) return ret;
 | 
| -  // TODO(edisonn): warn about missing required field, assert for known good pdfs
 | 
| -  return "";
 | 
| -}
 | 
| 
 |