Index: experimental/PdfViewer/pdfparser/podofo/autogen/SkPdfLzwdecodeAndFlatedecodeFiltersDictionary_autogen.cpp |
=================================================================== |
--- experimental/PdfViewer/pdfparser/podofo/autogen/SkPdfLzwdecodeAndFlatedecodeFiltersDictionary_autogen.cpp (revision 9879) |
+++ experimental/PdfViewer/pdfparser/podofo/autogen/SkPdfLzwdecodeAndFlatedecodeFiltersDictionary_autogen.cpp (working copy) |
@@ -1,36 +0,0 @@ |
-#include "SkPdfLzwdecodeAndFlatedecodeFiltersDictionary_autogen.h" |
- |
-long SkPdfLzwdecodeAndFlatedecodeFiltersDictionary::Predictor() const { |
- long ret; |
- if (LongFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Predictor", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return 0; |
-} |
- |
-long SkPdfLzwdecodeAndFlatedecodeFiltersDictionary::Colors() const { |
- long ret; |
- if (LongFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Colors", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return 0; |
-} |
- |
-long SkPdfLzwdecodeAndFlatedecodeFiltersDictionary::BitsPerComponent() const { |
- long ret; |
- if (LongFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "BitsPerComponent", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return 0; |
-} |
- |
-long SkPdfLzwdecodeAndFlatedecodeFiltersDictionary::Columns() const { |
- long ret; |
- if (LongFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Columns", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return 0; |
-} |
- |
-long SkPdfLzwdecodeAndFlatedecodeFiltersDictionary::EarlyChange() const { |
- long ret; |
- if (LongFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "EarlyChange", "", &ret)) return ret; |
- // TODO(edisonn): warn about missing required field, assert for known good pdfs |
- return 0; |
-} |