Index: tests/PremulAlphaRoundTripTest.cpp |
diff --git a/tests/PremulAlphaRoundTripTest.cpp b/tests/PremulAlphaRoundTripTest.cpp |
index 8bdb77012ae229920b3c2d94cdd96be58e0a49a9..ce45f1625806895383054e4030d7c06fe4c98fd6 100644 |
--- a/tests/PremulAlphaRoundTripTest.cpp |
+++ b/tests/PremulAlphaRoundTripTest.cpp |
@@ -90,7 +90,8 @@ DEF_GPUTEST(PremulAlphaRoundTrip, reporter, factory) { |
continue; |
} |
- device.reset(SkGpuDevice::Create(context, info, 0)); |
+ device.reset(SkGpuDevice::Create(context, info, |
+ SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType), 0)); |
#else |
continue; |
#endif |