| Index: tests/ClearTest.cpp
|
| diff --git a/tests/ClearTest.cpp b/tests/ClearTest.cpp
|
| index d227cb8073418638ef2063db3252cb9e8d0da284..64464aa18b58fa6e5fa7f13343e32692adac0541 100644
|
| --- a/tests/ClearTest.cpp
|
| +++ b/tests/ClearTest.cpp
|
| @@ -53,7 +53,7 @@ static bool reset_dc(sk_sp<GrDrawContext>* dc, GrContext* context, int w, int h)
|
| }
|
|
|
| DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ClearBatch, reporter, ctxInfo) {
|
| - GrContext* context = ctxInfo.fGrContext;
|
| + GrContext* context = ctxInfo.grContext();
|
| static const int kW = 10;
|
| static const int kH = 10;
|
|
|
|
|