aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/svg/model/SkSVGShape.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/svg/model/SkSVGShape.h')
-rw-r--r--experimental/svg/model/SkSVGShape.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/experimental/svg/model/SkSVGShape.h b/experimental/svg/model/SkSVGShape.h
index f40609e8f8..98d9b4bcbb 100644
--- a/experimental/svg/model/SkSVGShape.h
+++ b/experimental/svg/model/SkSVGShape.h
@@ -28,8 +28,6 @@ protected:
virtual void onDraw(SkCanvas*, const SkSVGLengthContext&, const SkPaint&,
SkPath::FillType) const = 0;
- static SkPath::FillType FillRuleToFillType(const SkSVGFillRule&);
-
private:
typedef SkSVGTransformableNode INHERITED;
};