aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/SKPAnimationBench.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/SKPAnimationBench.h')
-rw-r--r--bench/SKPAnimationBench.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/bench/SKPAnimationBench.h b/bench/SKPAnimationBench.h
index c0bef308ec..7701595691 100644
--- a/bench/SKPAnimationBench.h
+++ b/bench/SKPAnimationBench.h
@@ -40,10 +40,10 @@ protected:
void drawPicture() override;
private:
- SkAutoTUnref<Animation> fAnimation;
- WallTimer fAnimationTimer;
- SkString fUniqueName;
- SkIRect fDevBounds;
+ sk_sp<Animation> fAnimation;
+ WallTimer fAnimationTimer;
+ SkString fUniqueName;
+ SkIRect fDevBounds;
typedef SKPBench INHERITED;
};