aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/sksg/SkSGEffectNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/sksg/SkSGEffectNode.h')
-rw-r--r--experimental/sksg/SkSGEffectNode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/sksg/SkSGEffectNode.h b/experimental/sksg/SkSGEffectNode.h
index 0fd71bc996..ab0968e96c 100644
--- a/experimental/sksg/SkSGEffectNode.h
+++ b/experimental/sksg/SkSGEffectNode.h
@@ -25,7 +25,7 @@ protected:
void onRender(SkCanvas*) const override;
- RevalidationResult onRevalidate(InvalidationController*, const SkMatrix&) override;
+ SkRect onRevalidate(InvalidationController*, const SkMatrix&) override;
private:
sk_sp<RenderNode> fChild;