Fix broken test. am: 58691b6

am: 64efee7

* commit '64efee70a4e44725634763770c6bee9d337da3b7':
  Fix broken test.
This commit is contained in:
Derek Sollenberger
2016-03-28 21:17:47 +00:00
committed by android-build-merger

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