Chromium Code Reviews| Index: gm/nested.cpp |
| diff --git a/gm/nested.cpp b/gm/nested.cpp |
| index d3b75b370ba41ef9c2a3b97408be4e89cd713168..0b3cf19fb036a3be4f481f94080579a5e0598aa7 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; |