| Index: experimental/PdfViewer/autogen/SkPdfPrinterMarkFormDictionary_autogen.cpp
|
| ===================================================================
|
| --- experimental/PdfViewer/autogen/SkPdfPrinterMarkFormDictionary_autogen.cpp (revision 9812)
|
| +++ experimental/PdfViewer/autogen/SkPdfPrinterMarkFormDictionary_autogen.cpp (working copy)
|
| @@ -1,15 +0,0 @@
|
| -#include "SkPdfPrinterMarkFormDictionary_autogen.h"
|
| -
|
| -std::string SkPdfPrinterMarkFormDictionary::MarkStyle() const {
|
| - std::string ret;
|
| - if (StringFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "MarkStyle", "", &ret)) return ret;
|
| - // TODO(edisonn): warn about missing required field, assert for known good pdfs
|
| - return "";
|
| -}
|
| -
|
| -SkPdfDictionary* SkPdfPrinterMarkFormDictionary::Colorants() const {
|
| - SkPdfDictionary* ret;
|
| - if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Colorants", "", &ret)) return ret;
|
| - // TODO(edisonn): warn about missing required field, assert for known good pdfs
|
| - return NULL;
|
| -}
|
|
|