aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/shadowmaps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/shadowmaps.cpp')
-rw-r--r--gm/shadowmaps.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/shadowmaps.cpp b/gm/shadowmaps.cpp
index d8682ce44f..acbf27532b 100644
--- a/gm/shadowmaps.cpp
+++ b/gm/shadowmaps.cpp
@@ -84,8 +84,8 @@ public:
}
protected:
- static const int kWidth = 400;
- static const int kHeight = 400;
+ constexpr int kWidth = 400;
+ constexpr int kHeight = 400;
SkString onShortName() override {
return SkString("shadowmaps");