Index: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfSoftMaskImageDictionary_autogen.h |
diff --git a/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfSoftMaskImageDictionary_autogen.h b/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfSoftMaskImageDictionary_autogen.h |
deleted file mode 100644 |
index 61a69f9c49f6d8d3851931486069a71d5a003287..0000000000000000000000000000000000000000 |
--- a/experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfSoftMaskImageDictionary_autogen.h |
+++ /dev/null |
@@ -1,31 +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. |
- */ |
- |
-#ifndef SkPdfSoftMaskImageDictionary_DEFINED |
-#define SkPdfSoftMaskImageDictionary_DEFINED |
- |
-#include "SkPdfImageDictionary_autogen.h" |
- |
-// Additional entry in a soft-mask image dictionary |
-class SkPdfSoftMaskImageDictionary : public SkPdfImageDictionary { |
-public: |
-public: |
- SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() {return this;} |
- const SkPdfSoftMaskImageDictionary* asSoftMaskImageDictionary() const {return this;} |
- |
-private: |
-public: |
- bool valid() const {return true;} |
- SkPdfArray* Matte(SkPdfNativeDoc* doc); |
- bool has_Matte() const; |
- SkString Subtype(SkPdfNativeDoc* doc); |
- bool has_Subtype() const; |
- SkString ColorSpace(SkPdfNativeDoc* doc); |
- bool has_ColorSpace() const; |
-}; |
- |
-#endif // SkPdfSoftMaskImageDictionary_DEFINED |