| Index: gm/textblobcolortrans.cpp
|
| diff --git a/gm/textblobcolortrans.cpp b/gm/textblobcolortrans.cpp
|
| index 0e4e0ff98ba8a55c7db7933e4dd89fa801d956da..1e7a66667a076288c46bc66e0e89a6e5102ef325 100644
|
| --- a/gm/textblobcolortrans.cpp
|
| +++ b/gm/textblobcolortrans.cpp
|
| @@ -89,8 +89,8 @@ protected:
|
| private:
|
| SkAutoTUnref<const SkTextBlob> fBlob;
|
|
|
| - static const int kWidth = 675;
|
| - static const int kHeight = 1600;
|
| + static constexpr int kWidth = 675;
|
| + static constexpr int kHeight = 1600;
|
|
|
| typedef GM INHERITED;
|
| };
|
|
|