| Index: gm/textblobrandomfont.cpp
|
| diff --git a/gm/textblobrandomfont.cpp b/gm/textblobrandomfont.cpp
|
| index 2e8249fc2c1a0aff51ae9b0219aa4f93c9d4f320..583f4fc5b346233f3961d404478858fa35e0b407 100644
|
| --- a/gm/textblobrandomfont.cpp
|
| +++ b/gm/textblobrandomfont.cpp
|
| @@ -138,8 +138,8 @@ protected:
|
| private:
|
| SkAutoTUnref<const SkTextBlob> fBlob;
|
|
|
| - static const int kWidth = 2000;
|
| - static const int kHeight = 1600;
|
| + static constexpr int kWidth = 2000;
|
| + static constexpr int kHeight = 1600;
|
|
|
| typedef GM INHERITED;
|
| };
|
|
|