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

Unified Diff: bench/BitmapRegionDecoderBench.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/BitmapRectBench.cpp ('k') | bench/BitmapRegionDecoderBench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/BitmapRegionDecoderBench.h
diff --git a/bench/BitmapRegionDecoderBench.h b/bench/BitmapRegionDecoderBench.h
index 4f4d55e0605c167c8b0c66ea2c5756d3c559fbac..3f3da6cec90ad38f3e838b4dd53b32e9426959f6 100644
--- a/bench/BitmapRegionDecoderBench.h
+++ b/bench/BitmapRegionDecoderBench.h
@@ -33,7 +33,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/BitmapRectBench.cpp ('k') | bench/BitmapRegionDecoderBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698