aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/PdfViewer/autogen/SkPdfDeviceNColorSpaceDictionary_autogen.cpp
blob: f116c152c983c6bba513be7c480c047a5f3b48f4 (plain)
1
2
3
4
5
6
7
8
#include "SkPdfDeviceNColorSpaceDictionary_autogen.h"

SkPdfDictionary* SkPdfDeviceNColorSpaceDictionary::Colorants() const {
  SkPdfDictionary* ret;
  if (DictionaryFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Colorants", "", &ret)) return ret;
  // TODO(edisonn): warn about missing required field, assert for known good pdfs
  return NULL;
}