Fix broken test.

am: 58691b6

* commit '58691b6fe7631ab55e05775fa6e190dbdb4c3c69':
  Fix broken test.
This commit is contained in:
Derek Sollenberger
2016-03-28 21:06:01 +00:00
committed by android-build-merger

View File

@@ -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