From 4a8126e7f81384526629b1e21bf89b632ea13cd9 Mon Sep 17 00:00:00 2001 From: reed Date: Mon, 22 Sep 2014 07:29:03 -0700 Subject: Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" This reverts commit 29c857d0f3a1cb837f73406eeb6ba9771879b5e7. TBR= Author: reed@google.com Review URL: https://codereview.chromium.org/588143004 --- tests/PremulAlphaRoundTripTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/PremulAlphaRoundTripTest.cpp') diff --git a/tests/PremulAlphaRoundTripTest.cpp b/tests/PremulAlphaRoundTripTest.cpp index 8bdb77012a..ce45f16258 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 -- cgit v1.2.3