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