Index: gm/textblobtransforms.cpp |
diff --git a/gm/textblobtransforms.cpp b/gm/textblobtransforms.cpp |
index eed18095f0bdfa04c401f209245bde18feb2f595..537ddb161666c5655b6cc34f6b16c88b0dcb4f6a 100644 |
--- a/gm/textblobtransforms.cpp |
+++ b/gm/textblobtransforms.cpp |
@@ -160,8 +160,8 @@ protected: |
private: |
SkAutoTUnref<const SkTextBlob> fBlob; |
- static const int kWidth = 1000; |
- static const int kHeight = 1200; |
+ static constexpr int kWidth = 1000; |
+ static constexpr int kHeight = 1200; |
typedef GM INHERITED; |
}; |