aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/sksg/geometry/SkSGRect.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/sksg/geometry/SkSGRect.h')
-rw-r--r--experimental/sksg/geometry/SkSGRect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/sksg/geometry/SkSGRect.h b/experimental/sksg/geometry/SkSGRect.h
index 4667b6b42d..ad27910da9 100644
--- a/experimental/sksg/geometry/SkSGRect.h
+++ b/experimental/sksg/geometry/SkSGRect.h
@@ -34,7 +34,7 @@ public:
protected:
void onDraw(SkCanvas*, const SkPaint&) const override;
- RevalidationResult onRevalidate(InvalidationController*, const SkMatrix&) override;
+ SkRect onRevalidate(InvalidationController*, const SkMatrix&) override;
SkPath onAsPath() const override;
private:
@@ -56,7 +56,7 @@ public:
protected:
void onDraw(SkCanvas*, const SkPaint&) const override;
- RevalidationResult onRevalidate(InvalidationController*, const SkMatrix&) override;
+ SkRect onRevalidate(InvalidationController*, const SkMatrix&) override;
SkPath onAsPath() const override;
private: