| Index: tests/skbug5221.cpp
|
| diff --git a/tests/skbug5221.cpp b/tests/skbug5221.cpp
|
| index 45847eeac17745efa0fdd401eb97dc8258d43874..dfd065f0b79b226543881fe89d223264d2752c58 100644
|
| --- a/tests/skbug5221.cpp
|
| +++ b/tests/skbug5221.cpp
|
| @@ -25,7 +25,7 @@ DEF_TEST(skbug5221, r) {
|
|
|
| #if SK_SUPPORT_GPU
|
| DEF_GPUTEST_FOR_ALL_CONTEXTS(skbug5221_GPU, r, contextInfo) {
|
| - sk_sp<SkSurface> surface(SkSurface::MakeRenderTarget(contextInfo.fGrContext, SkBudgeted::kYes,
|
| + sk_sp<SkSurface> surface(SkSurface::MakeRenderTarget(contextInfo.grContext(), SkBudgeted::kYes,
|
| SkImageInfo::MakeN32Premul(256, 256), 0,
|
| nullptr));
|
| test(surface->getCanvas());
|
|
|