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