| Index: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfRubberStampAnnotationDictionary_autogen.cpp
|
| diff --git a/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfRubberStampAnnotationDictionary_autogen.cpp b/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfRubberStampAnnotationDictionary_autogen.cpp
|
| deleted file mode 100644
|
| index 23177125958ce3cb1e0ede28192e4c5dea817c48..0000000000000000000000000000000000000000
|
| --- a/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfRubberStampAnnotationDictionary_autogen.cpp
|
| +++ /dev/null
|
| @@ -1,45 +0,0 @@
|
| -/*
|
| - * Copyright 2013 Google Inc.
|
| -
|
| - * Use of this source code is governed by a BSD-style license that can be
|
| - * found in the LICENSE file.
|
| - */
|
| -
|
| -#include "SkPdfRubberStampAnnotationDictionary_autogen.h"
|
| -#include "SkPdfNativeDoc.h"
|
| -
|
| -SkString SkPdfRubberStampAnnotationDictionary::Subtype(SkPdfNativeDoc* doc) {
|
| - SkPdfNativeObject* ret = get("Subtype", "");
|
| - if (doc) {ret = doc->resolveReference(ret);}
|
| - if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
|
| - // TODO(edisonn): warn about missing required field, assert for known good pdfs
|
| - return SkString();
|
| -}
|
| -
|
| -bool SkPdfRubberStampAnnotationDictionary::has_Subtype() const {
|
| - return get("Subtype", "") != NULL;
|
| -}
|
| -
|
| -SkString SkPdfRubberStampAnnotationDictionary::Contents(SkPdfNativeDoc* doc) {
|
| - SkPdfNativeObject* ret = get("Contents", "");
|
| - if (doc) {ret = doc->resolveReference(ret);}
|
| - if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
|
| - // TODO(edisonn): warn about missing required field, assert for known good pdfs
|
| - return SkString();
|
| -}
|
| -
|
| -bool SkPdfRubberStampAnnotationDictionary::has_Contents() const {
|
| - return get("Contents", "") != NULL;
|
| -}
|
| -
|
| -SkString SkPdfRubberStampAnnotationDictionary::Name(SkPdfNativeDoc* doc) {
|
| - SkPdfNativeObject* ret = get("Name", "");
|
| - if (doc) {ret = doc->resolveReference(ret);}
|
| - if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
|
| - // TODO(edisonn): warn about missing default value for optional fields
|
| - return SkString();
|
| -}
|
| -
|
| -bool SkPdfRubberStampAnnotationDictionary::has_Name() const {
|
| - return get("Name", "") != NULL;
|
| -}
|
|
|