Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(547)

Unified Diff: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfSoftMaskImageDictionary_autogen.h

Issue 1266093003: Remove experimental/PdfViewer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-08-03 (Monday) 10:43:56 EDT Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698