aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/PdfViewer/autogen/SkPdfGroupAttributesDictionary_autogen.cpp
blob: 17d0354c484b921eddd43ed16a18a47b89622882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "SkPdfGroupAttributesDictionary_autogen.h"

std::string SkPdfGroupAttributesDictionary::Type() const {
  std::string ret;
  if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Type", "", &ret)) return ret;
  // TODO(edisonn): warn about missing required field, assert for known good pdfs
  return "";
}

std::string SkPdfGroupAttributesDictionary::S() const {
  std::string ret;
  if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "S", "", &ret)) return ret;
  // TODO(edisonn): warn about missing required field, assert for known good pdfs
  return "";
}