aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/SKPAnimationBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/SKPAnimationBench.cpp')
-rw-r--r--bench/SKPAnimationBench.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/bench/SKPAnimationBench.cpp b/bench/SKPAnimationBench.cpp
index 24506d814f..55a85966a4 100644
--- a/bench/SKPAnimationBench.cpp
+++ b/bench/SKPAnimationBench.cpp
@@ -10,9 +10,9 @@
#include "SkMultiPictureDraw.h"
#include "SkSurface.h"
-SKPAnimationBench::SKPAnimationBench(const char* name, const SkPicture* pic,
- const SkIRect& clip, SkMatrix animationMatrix, int steps)
- : INHERITED(name, pic, clip, 1.0, false)
+SKPAnimationBench::SKPAnimationBench(const char* name, const SkPicture* pic, const SkIRect& clip,
+ SkMatrix animationMatrix, int steps, bool doLooping)
+ : INHERITED(name, pic, clip, 1.0, false, doLooping)
, fSteps(steps)
, fAnimationMatrix(animationMatrix)
, fName(name) {