| Index: experimental/PdfViewer/autogen/SkPdfMarkInformationDictionary_autogen.cpp
 | 
| ===================================================================
 | 
| --- experimental/PdfViewer/autogen/SkPdfMarkInformationDictionary_autogen.cpp	(revision 0)
 | 
| +++ experimental/PdfViewer/autogen/SkPdfMarkInformationDictionary_autogen.cpp	(revision 0)
 | 
| @@ -0,0 +1,9 @@
 | 
| +#include "SkPdfMarkInformationDictionary_autogen.h"
 | 
| +
 | 
| +bool SkPdfMarkInformationDictionary::Marked() const {
 | 
| +  bool ret;
 | 
| +  if (BoolFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Marked", "", &ret)) return ret;
 | 
| +  // TODO(edisonn): warn about missing required field, assert for known good pdfs
 | 
| +  return false;
 | 
| +}
 | 
| +
 | 
| 
 |