Fix broken test.
am: 58691b6
* commit '58691b6fe7631ab55e05775fa6e190dbdb4c3c69':
Fix broken test.
This commit is contained in:
@@ -34,6 +34,7 @@ TEST(SkiaCanvasProxy, drawGlyphsViaPicture) {
|
|||||||
SkPaint paint;
|
SkPaint paint;
|
||||||
paint.setAntiAlias(true);
|
paint.setAntiAlias(true);
|
||||||
paint.setTextSize(20);
|
paint.setTextSize(20);
|
||||||
|
paint.setTextEncoding(SkPaint::kGlyphID_TextEncoding);
|
||||||
static const char* text = "testing text bounds";
|
static const char* text = "testing text bounds";
|
||||||
|
|
||||||
// draw text directly into Recording canvas
|
// draw text directly into Recording canvas
|
||||||
|
|||||||
Reference in New Issue
Block a user