Index: gm/mixedtextblobs.cpp |
diff --git a/gm/mixedtextblobs.cpp b/gm/mixedtextblobs.cpp |
index 9a9bded1db097775791cfd9580528e97e71c4a0e..66e2379ee67ab86b0b51072800f3f247d020ffd9 100644 |
--- a/gm/mixedtextblobs.cpp |
+++ b/gm/mixedtextblobs.cpp |
@@ -155,8 +155,8 @@ private: |
const char* fEmojiText; |
SkAutoTUnref<const SkTextBlob> fBlob; |
- static const int kWidth = 1250; |
- static const int kHeight = 700; |
+ static constexpr int kWidth = 1250; |
+ static constexpr int kHeight = 700; |
typedef GM INHERITED; |
}; |