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

Unified Diff: bench/CodecBench.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/CmapBench.cpp ('k') | bench/CodecBench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/CodecBench.h
diff --git a/bench/CodecBench.h b/bench/CodecBench.h
index efa3cb2828d5b7c745eae5bdb2887c13e10fc9d3..a574b4c67a6e19458e1eaeb993072caf99ee26d2 100644
--- a/bench/CodecBench.h
+++ b/bench/CodecBench.h
@@ -25,7 +25,7 @@ public:
protected:
const char* onGetName() override;
bool isSuitableFor(Backend backend) override;
- void onDraw(const int n, SkCanvas* canvas) override;
+ void onDraw(int n, SkCanvas* canvas) override;
void onDelayedSetup() override;
private:
« no previous file with comments | « bench/CmapBench.cpp ('k') | bench/CodecBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698