aboutsummaryrefslogtreecommitdiffhomepage
path: root/libs/graphics/svg/SkSVGFeColorMatrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/graphics/svg/SkSVGFeColorMatrix.h')
-rw-r--r--libs/graphics/svg/SkSVGFeColorMatrix.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/libs/graphics/svg/SkSVGFeColorMatrix.h b/libs/graphics/svg/SkSVGFeColorMatrix.h
new file mode 100644
index 0000000000..408c50151c
--- /dev/null
+++ b/libs/graphics/svg/SkSVGFeColorMatrix.h
@@ -0,0 +1,17 @@
+#ifndef SkSVGFeColorMatrix_DEFINED
+#define SkSVGFeColorMatrix_DEFINED
+
+#include "SkSVGElements.h"
+
+class SkSVGFeColorMatrix : public SkSVGElement {
+ DECLARE_SVG_INFO(FeColorMatrix);
+protected:
+ SkString f_color_interpolation_filters;
+ SkString f_result;
+ SkString f_type;
+ SkString f_values;
+private:
+ typedef SkSVGElement INHERITED;
+};
+
+#endif // SkSVGFeColorMatrix_DEFINED