| Index: gm/textbloblooper.cpp
|
| diff --git a/gm/textbloblooper.cpp b/gm/textbloblooper.cpp
|
| index 066546ee2bc5b4dc90c323a41684f702b419cdb4..752fd54a41924b306a1160398b2fb2cbe1db4864 100644
|
| --- a/gm/textbloblooper.cpp
|
| +++ b/gm/textbloblooper.cpp
|
| @@ -20,8 +20,8 @@
|
|
|
| namespace skiagm {
|
|
|
| -static const int kWidth = 1250;
|
| -static const int kHeight = 700;
|
| +constexpr int kWidth = 1250;
|
| +constexpr int kHeight = 700;
|
|
|
| // Unlike the variant in sk_tool_utils, this version positions the glyphs on a diagonal
|
| static void add_to_text_blob(SkTextBlobBuilder* builder, const char* text, const SkPaint& origPaint,
|
|
|