Index: gm/shadowmaps.cpp |
diff --git a/gm/shadowmaps.cpp b/gm/shadowmaps.cpp |
index d8682ce44fbde78a1abf0ecb8bd0ba231da360ac..acbf27532b352d2c7de0030f5dd152b60a4066db 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"); |