| Index: experimental/PdfViewer/autogen/SkPdfStructureElementAccessDictionary_autogen.cpp
|
| ===================================================================
|
| --- experimental/PdfViewer/autogen/SkPdfStructureElementAccessDictionary_autogen.cpp (revision 9812)
|
| +++ experimental/PdfViewer/autogen/SkPdfStructureElementAccessDictionary_autogen.cpp (working copy)
|
| @@ -1,15 +0,0 @@
|
| -#include "SkPdfStructureElementAccessDictionary_autogen.h"
|
| -
|
| -long SkPdfStructureElementAccessDictionary::StructParent() const {
|
| - long ret;
|
| - if (LongFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "StructParent", "", &ret)) return ret;
|
| - // TODO(edisonn): warn about missing required field, assert for known good pdfs
|
| - return 0;
|
| -}
|
| -
|
| -long SkPdfStructureElementAccessDictionary::StructParents() const {
|
| - long ret;
|
| - if (LongFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "StructParents", "", &ret)) return ret;
|
| - // TODO(edisonn): warn about missing required field, assert for known good pdfs
|
| - return 0;
|
| -}
|
|
|