From 7e922765545f42ce691e4f3d5fbbd4e44ba47ff1 Mon Sep 17 00:00:00 2001 From: robertphillips Date: Tue, 26 Jul 2016 11:38:17 -0700 Subject: Reduce usage of MakeRenderTargetDirect GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2187573002 Review-Url: https://codereview.chromium.org/2187573002 --- tests/skbug5221.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/skbug5221.cpp') diff --git a/tests/skbug5221.cpp b/tests/skbug5221.cpp index dfd065f0b7..0220e54d5f 100644 --- a/tests/skbug5221.cpp +++ b/tests/skbug5221.cpp @@ -26,8 +26,7 @@ DEF_TEST(skbug5221, r) { #if SK_SUPPORT_GPU DEF_GPUTEST_FOR_ALL_CONTEXTS(skbug5221_GPU, r, contextInfo) { sk_sp surface(SkSurface::MakeRenderTarget(contextInfo.grContext(), SkBudgeted::kYes, - SkImageInfo::MakeN32Premul(256, 256), 0, - nullptr)); + SkImageInfo::MakeN32Premul(256, 256))); test(surface->getCanvas()); } #endif -- cgit v1.2.3