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

Unified Diff: gm/blurcircles.cpp

Issue 2300623005: Replace a lot of 'static const' with 'constexpr' or 'const'. (Closed)
Patch Set: small msvc concession Created 4 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 | « gm/bleed.cpp ('k') | gm/blurcircles2.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/blurcircles.cpp
diff --git a/gm/blurcircles.cpp b/gm/blurcircles.cpp
index b15901b6a026bbdf43d27d0fe98d30890dcdd297..13cbeb864d16dddb91af40da098e9834773a77f9 100644
--- a/gm/blurcircles.cpp
+++ b/gm/blurcircles.cpp
@@ -58,7 +58,7 @@ protected:
}
}
private:
- static const int kNumBlurs = 4;
+ static constexpr int kNumBlurs = 4;
sk_sp<SkMaskFilter> fBlurFilters[kNumBlurs];
« no previous file with comments | « gm/bleed.cpp ('k') | gm/blurcircles2.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698