Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1266)

Unified Diff: bench/SKPAnimationBench.h

Issue 1203193002: Add loopSKP flag to nanobench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bench/Benchmark.h ('k') | bench/SKPAnimationBench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/SKPAnimationBench.h
diff --git a/bench/SKPAnimationBench.h b/bench/SKPAnimationBench.h
index f6e9fa4ede2fd7fb1de1a2beefa5011d90bad167..65708f763943c2dcb83fb2acb2289912be3f21fa 100644
--- a/bench/SKPAnimationBench.h
+++ b/bench/SKPAnimationBench.h
@@ -17,7 +17,7 @@
class SKPAnimationBench : public SKPBench {
public:
SKPAnimationBench(const char* name, const SkPicture*, const SkIRect& devClip,
- SkMatrix viewMatrix, int steps);
+ SkMatrix viewMatrix, int steps, bool doLooping);
protected:
const char* onGetName() override;
« no previous file with comments | « bench/Benchmark.h ('k') | bench/SKPAnimationBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698