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

Unified Diff: bench/RecordingBench.h

Issue 1379923005: Remove const from `const int loops`. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: n too Created 5 years, 3 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/ReadPixBench.cpp ('k') | bench/RecordingBench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/RecordingBench.h
diff --git a/bench/RecordingBench.h b/bench/RecordingBench.h
index 6cb5d51326d92a17b6ee255187dfd4fd7f9ec2a7..0a8befe2f1039ba0e2686aa47f9a5ece2017eda4 100644
--- a/bench/RecordingBench.h
+++ b/bench/RecordingBench.h
@@ -18,7 +18,7 @@ public:
protected:
const char* onGetName() override;
bool isSuitableFor(Backend) override;
- void onDraw(const int loops, SkCanvas*) override;
+ void onDraw(int loops, SkCanvas*) override;
SkIPoint onGetSize() override;
private:
« no previous file with comments | « bench/ReadPixBench.cpp ('k') | bench/RecordingBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698