| Index: experimental/PdfViewer/autogen/SkPdfInlineLevelStructureElementsDictionary_autogen.cpp
|
| ===================================================================
|
| --- experimental/PdfViewer/autogen/SkPdfInlineLevelStructureElementsDictionary_autogen.cpp (revision 9812)
|
| +++ experimental/PdfViewer/autogen/SkPdfInlineLevelStructureElementsDictionary_autogen.cpp (working copy)
|
| @@ -1,15 +0,0 @@
|
| -#include "SkPdfInlineLevelStructureElementsDictionary_autogen.h"
|
| -
|
| -double SkPdfInlineLevelStructureElementsDictionary::getLineHeightAsNumber() const {
|
| - double ret = 0;
|
| - if (DoubleFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "LineHeight", "", &ret)) return ret;
|
| - // TODO(edisonn): warn about missing required field, assert for known good pdfs
|
| - return 0;
|
| -}
|
| -
|
| -std::string SkPdfInlineLevelStructureElementsDictionary::getLineHeightAsName() const {
|
| - std::string ret = "";
|
| - if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "LineHeight", "", &ret)) return ret;
|
| - // TODO(edisonn): warn about missing required field, assert for known good pdfs
|
| - return "";
|
| -}
|
|
|