| Index: tests/PrimitiveProcessorTest.cpp
|
| diff --git a/tests/PrimitiveProcessorTest.cpp b/tests/PrimitiveProcessorTest.cpp
|
| index a82237d9f860a31a7a887ce6a1e010499a065d94..c2ab05c4fba7f19f6fc1e8bf103fe469962238e3 100644
|
| --- a/tests/PrimitiveProcessorTest.cpp
|
| +++ b/tests/PrimitiveProcessorTest.cpp
|
| @@ -102,7 +102,7 @@ private:
|
| }
|
|
|
| DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(VertexAttributeCount, reporter, ctxInfo) {
|
| - GrContext* context = ctxInfo.fGrContext;
|
| + GrContext* context = ctxInfo.grContext();
|
|
|
| sk_sp<GrDrawContext> dc(context->newDrawContext(SkBackingFit::kApprox,
|
| 1, 1, kRGBA_8888_GrPixelConfig));
|
|
|