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

Unified Diff: bench/GMBench.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/GLVertexAttributesBench.cpp ('k') | bench/GMBench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/GMBench.h
diff --git a/bench/GMBench.h b/bench/GMBench.h
index 82ca3c9c71d8f0142fbec6aafa8a7fc09db8f8a1..5e8b04ab4662eb2aa7a6d0700f82023b833f3d04 100644
--- a/bench/GMBench.h
+++ b/bench/GMBench.h
@@ -23,7 +23,7 @@ public:
protected:
const char* onGetName() override;
bool isSuitableFor(Backend backend) override;
- void onDraw(const int loops, SkCanvas* canvas) override;
+ void onDraw(int loops, SkCanvas* canvas) override;
SkIPoint onGetSize() override;
private:
« no previous file with comments | « bench/GLVertexAttributesBench.cpp ('k') | bench/GMBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698