aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/svg/model/SkSVGEllipse.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/svg/model/SkSVGEllipse.h')
-rw-r--r--experimental/svg/model/SkSVGEllipse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/svg/model/SkSVGEllipse.h b/experimental/svg/model/SkSVGEllipse.h
index f17c1e1137..68cebd75db 100644
--- a/experimental/svg/model/SkSVGEllipse.h
+++ b/experimental/svg/model/SkSVGEllipse.h
@@ -15,7 +15,7 @@ struct SkRect;
class SkSVGEllipse final : public SkSVGShape {
public:
- virtual ~SkSVGEllipse() = default;
+ ~SkSVGEllipse() override = default;
static sk_sp<SkSVGEllipse> Make() { return sk_sp<SkSVGEllipse>(new SkSVGEllipse()); }
void setCx(const SkSVGLength&);