Index: gm/textblobgeometrychange.cpp |
diff --git a/gm/textblobgeometrychange.cpp b/gm/textblobgeometrychange.cpp |
index 5e3f0d15e65dd57769e18bf8bfd83446b67f59b2..9e33e95e74af728e9c581965fe6d892e6f19a4f9 100644 |
--- a/gm/textblobgeometrychange.cpp |
+++ b/gm/textblobgeometrychange.cpp |
@@ -65,8 +65,8 @@ protected: |
} |
private: |
- static const int kWidth = 200; |
- static const int kHeight = 200; |
+ static constexpr int kWidth = 200; |
+ static constexpr int kHeight = 200; |
typedef GM INHERITED; |
}; |