Index: experimental/PdfViewer/autogen/SkPdfMarkInformationDictionary_autogen.cpp |
=================================================================== |
--- experimental/PdfViewer/autogen/SkPdfMarkInformationDictionary_autogen.cpp (revision 9812) |
+++ experimental/PdfViewer/autogen/SkPdfMarkInformationDictionary_autogen.cpp (working copy) |
@@ -1,8 +0,0 @@ |
-#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; |
-} |