aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/sksg/effects/SkSGTransform.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/sksg/effects/SkSGTransform.h')
-rw-r--r--experimental/sksg/effects/SkSGTransform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/sksg/effects/SkSGTransform.h b/experimental/sksg/effects/SkSGTransform.h
index a32f83dcc6..8a97a679ed 100644
--- a/experimental/sksg/effects/SkSGTransform.h
+++ b/experimental/sksg/effects/SkSGTransform.h
@@ -30,7 +30,7 @@ protected:
void onRender(SkCanvas*) const override;
- SkRect onRevalidate(InvalidationController*, const SkMatrix&) override;
+ RevalidationResult onRevalidate(InvalidationController*, const SkMatrix&) override;
private:
SkMatrix fMatrix;