aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/nested.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/nested.cpp')
-rw-r--r--gm/nested.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/nested.cpp b/gm/nested.cpp
index d3b75b370b..0b3cf19fb0 100644
--- a/gm/nested.cpp
+++ b/gm/nested.cpp
@@ -123,8 +123,8 @@ protected:
}
private:
- static const int kImageWidth = 269;
- static const int kImageHeight = 134;
+ static constexpr int kImageWidth = 269;
+ static constexpr int kImageHeight = 134;
bool fDoAA;
bool fFlipped;