aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/drawatlascolor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/drawatlascolor.cpp')
-rw-r--r--gm/drawatlascolor.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/gm/drawatlascolor.cpp b/gm/drawatlascolor.cpp
index 3331482538..b5dba99640 100644
--- a/gm/drawatlascolor.cpp
+++ b/gm/drawatlascolor.cpp
@@ -162,11 +162,11 @@ protected:
}
private:
- static const int kNumXferModes = 29;
- static const int kNumColors = 4;
- static const int kAtlasSize = 30;
- static const int kPad = 2;
- static const int kTextPad = 8;
+ static constexpr int kNumXferModes = 29;
+ static constexpr int kNumColors = 4;
+ static constexpr int kAtlasSize = 30;
+ static constexpr int kPad = 2;
+ static constexpr int kTextPad = 8;
sk_sp<SkImage> fAtlas;