aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/lcdoverlap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/lcdoverlap.cpp')
-rw-r--r--gm/lcdoverlap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/lcdoverlap.cpp b/gm/lcdoverlap.cpp
index aae27d8c1a..de159e19ac 100644
--- a/gm/lcdoverlap.cpp
+++ b/gm/lcdoverlap.cpp
@@ -17,8 +17,8 @@
namespace skiagm {
-static const int kWidth = 750;
-static const int kHeight = 750;
+constexpr int kWidth = 750;
+constexpr int kHeight = 750;
class LcdOverlapGM : public skiagm::GM {
public: