| Index: gm/textblobblockreordering.cpp
|
| diff --git a/gm/textblobblockreordering.cpp b/gm/textblobblockreordering.cpp
|
| index 31ba3c72de31fa288e8883654e7c7f80497cbc94..ea90308b1f46472af0e108e587a6da3bfc16a9fe 100644
|
| --- a/gm/textblobblockreordering.cpp
|
| +++ b/gm/textblobblockreordering.cpp
|
| @@ -79,8 +79,8 @@ protected:
|
| private:
|
| SkAutoTUnref<const SkTextBlob> fBlob;
|
|
|
| - static const int kWidth = 275;
|
| - static const int kHeight = 200;
|
| + static constexpr int kWidth = 275;
|
| + static constexpr int kHeight = 200;
|
|
|
| typedef GM INHERITED;
|
| };
|
|
|