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 ab0968e96c..0fd71bc996 100644
--- a/experimental/sksg/SkSGEffectNode.h
+++ b/experimental/sksg/SkSGEffectNode.h
@@ -25,7 +25,7 @@ protected:
void onRender(SkCanvas*) const override;
- SkRect onRevalidate(InvalidationController*, const SkMatrix&) override;
+ RevalidationResult onRevalidate(InvalidationController*, const SkMatrix&) override;
private:
sk_sp<RenderNode> fChild;