| Index: tests/FontHostStreamTest.cpp
|
| diff --git a/tests/FontHostStreamTest.cpp b/tests/FontHostStreamTest.cpp
|
| index ec32d9f031ed83861b11801e9b8ebb4647d6adea..66908bcb72ed18278b697a799f7888a248c08f2f 100644
|
| --- a/tests/FontHostStreamTest.cpp
|
| +++ b/tests/FontHostStreamTest.cpp
|
| @@ -69,7 +69,7 @@ DEF_TEST(FontHostStream, reporter) {
|
| paint.setColor(SK_ColorGRAY);
|
| paint.setTextSize(SkIntToScalar(30));
|
|
|
| - paint.setTypeface(SkTypeface::MakeFromName("Georgia", SkTypeface::kNormal));
|
| + paint.setTypeface(SkTypeface::MakeFromName("Georgia", SkFontStyle()));
|
|
|
| SkIRect origRect = SkIRect::MakeWH(64, 64);
|
| SkBitmap origBitmap;
|
|
|