| Index: gm/textbloblooper.cpp
|
| diff --git a/gm/textbloblooper.cpp b/gm/textbloblooper.cpp
|
| index 253945f123be7a24d59744f24e0a37709158033e..2fbd30b3cf56e8fa0fdfc690d3be56f2bf41aa43 100644
|
| --- a/gm/textbloblooper.cpp
|
| +++ b/gm/textbloblooper.cpp
|
| @@ -23,6 +23,7 @@ namespace skiagm {
|
| static const int kWidth = 1250;
|
| static const 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,
|
| SkScalar x, SkScalar y) {
|
| SkPaint paint(origPaint);
|
|
|