aboutsummaryrefslogtreecommitdiffhomepage
path: root/libs/graphics/svg/SkSVGClipPath.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/graphics/svg/SkSVGClipPath.h')
-rw-r--r--libs/graphics/svg/SkSVGClipPath.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/libs/graphics/svg/SkSVGClipPath.h b/libs/graphics/svg/SkSVGClipPath.h
new file mode 100644
index 0000000000..a06103a8fe
--- /dev/null
+++ b/libs/graphics/svg/SkSVGClipPath.h
@@ -0,0 +1,14 @@
+#ifndef SkSVGClipPath_DEFINED
+#define SkSVGClipPath_DEFINED
+
+#include "SkSVGElements.h"
+
+class SkSVGClipPath : public SkSVGElement {
+ DECLARE_SVG_INFO(ClipPath);
+ virtual bool isDef();
+ virtual bool isNotDef();
+private:
+ typedef SkSVGElement INHERITED;
+};
+
+#endif // SkSVGClipPath_DEFINED