Index: experimental/PdfViewer/autogen/SkPdfWebCaptureCommandSettingsDictionary_autogen.h |
=================================================================== |
--- experimental/PdfViewer/autogen/SkPdfWebCaptureCommandSettingsDictionary_autogen.h (revision 9765) |
+++ experimental/PdfViewer/autogen/SkPdfWebCaptureCommandSettingsDictionary_autogen.h (working copy) |
@@ -532,13 +532,7 @@ |
return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "G", "", NULL)); |
} |
- SkPdfDictionary* G() const { |
- SkPdfDictionary* ret; |
- if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "G", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return NULL; |
- } |
- |
+ SkPdfDictionary* G() const; |
/** (Optional) Settings for specific conversion engines. Each key in this dictionary is the |
* internal name of a conversion engine (see below). The associated value is a dictionary |
* containing the settings associated with that conversion engine. If the settings for a par- |
@@ -548,13 +542,7 @@ |
return (ObjectFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "C", "", NULL)); |
} |
- SkPdfDictionary* C() const { |
- SkPdfDictionary* ret; |
- if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "C", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return NULL; |
- } |
- |
+ SkPdfDictionary* C() const; |
}; |
#endif // __DEFINED__SkPdfWebCaptureCommandSettingsDictionary |