aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/sksg/geometry/SkSGPath.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/sksg/geometry/SkSGPath.h')
-rw-r--r--experimental/sksg/geometry/SkSGPath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/sksg/geometry/SkSGPath.h b/experimental/sksg/geometry/SkSGPath.h
index 18caa10f2a..32388c988b 100644
--- a/experimental/sksg/geometry/SkSGPath.h
+++ b/experimental/sksg/geometry/SkSGPath.h
@@ -30,7 +30,7 @@ public:
protected:
void onDraw(SkCanvas*, const SkPaint&) const override;
- SkRect onRevalidate(InvalidationController*, const SkMatrix&) override;
+ RevalidationResult onRevalidate(InvalidationController*, const SkMatrix&) override;
SkPath onAsPath() const override;
private: