Fix broken test.

bug: 27877439
Change-Id: I43b009f3c9ebe8011a241d0740136e6cff2e1ff7
This commit is contained in:
Derek Sollenberger
2016-03-28 16:17:36 -04:00
parent ede7d958ab
commit 58691b6fe7

View File

@@ -34,6 +34,7 @@ TEST(SkiaCanvasProxy, drawGlyphsViaPicture) {
SkPaint paint;
paint.setAntiAlias(true);
paint.setTextSize(20);
paint.setTextEncoding(SkPaint::kGlyphID_TextEncoding);
static const char* text = "testing text bounds";
// draw text directly into Recording canvas