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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/experimental/sksg/effects/SkSGTransform.h b/experimental/sksg/effects/SkSGTransform.h
index 0d11739f30..0694117a2a 100644
--- a/experimental/sksg/effects/SkSGTransform.h
+++ b/experimental/sksg/effects/SkSGTransform.h
@@ -32,9 +32,9 @@ public:
const SkMatrix& getTotalMatrix() const { return fTotalMatrix; }
protected:
- explicit Matrix(const SkMatrix&, sk_sp<Matrix>);
+ Matrix(const SkMatrix&, sk_sp<Matrix>);
- RevalidationResult onRevalidate(InvalidationController*, const SkMatrix&) override;
+ SkRect onRevalidate(InvalidationController*, const SkMatrix&) override;
private:
sk_sp<Matrix> fParent;
@@ -68,7 +68,7 @@ protected:
void onRender(SkCanvas*) const override;
- RevalidationResult onRevalidate(InvalidationController*, const SkMatrix&) override;
+ SkRect onRevalidate(InvalidationController*, const SkMatrix&) override;
private:
sk_sp<Matrix> fMatrix;