aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/svg/model/SkSVGStop.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/svg/model/SkSVGStop.h')
-rw-r--r--experimental/svg/model/SkSVGStop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/svg/model/SkSVGStop.h b/experimental/svg/model/SkSVGStop.h
index 2ffbc5c852..5eb044271d 100644
--- a/experimental/svg/model/SkSVGStop.h
+++ b/experimental/svg/model/SkSVGStop.h
@@ -15,7 +15,7 @@ class SkSVGLengthContext;
class SkSVGStop : public SkSVGHiddenContainer {
public:
- virtual ~SkSVGStop() = default;
+ ~SkSVGStop() override = default;
static sk_sp<SkSVGStop> Make() {
return sk_sp<SkSVGStop>(new SkSVGStop());
}