aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/sksg/SkSGGroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/sksg/SkSGGroup.h')
-rw-r--r--experimental/sksg/SkSGGroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/sksg/SkSGGroup.h b/experimental/sksg/SkSGGroup.h
index 3d8b1ad3c4..f9126ea37f 100644
--- a/experimental/sksg/SkSGGroup.h
+++ b/experimental/sksg/SkSGGroup.h
@@ -31,7 +31,7 @@ protected:
~Group() override;
void onRender(SkCanvas*) const override;
- RevalidationResult onRevalidate(InvalidationController*, const SkMatrix&) override;
+ SkRect onRevalidate(InvalidationController*, const SkMatrix&) override;
private:
SkTArray<sk_sp<RenderNode>, true> fChildren;