| Index: tests/RecordReplaceDrawTest.cpp
|
| diff --git a/tests/RecordReplaceDrawTest.cpp b/tests/RecordReplaceDrawTest.cpp
|
| index 5506551d6ba91a7c5956e0c4020b1e4121b68f5b..9e1314795421c28815a82d0ea47a44b71bd7812d 100644
|
| --- a/tests/RecordReplaceDrawTest.cpp
|
| +++ b/tests/RecordReplaceDrawTest.cpp
|
| @@ -142,8 +142,8 @@ void test_replacements(skiatest::Reporter* r, GrContext* context, bool doReplace
|
| }
|
|
|
| DEF_GPUTEST_FOR_RENDERING_CONTEXTS(RecordReplaceDraw, r, ctxInfo) {
|
| - test_replacements(r, ctxInfo.fGrContext, true);
|
| - test_replacements(r, ctxInfo.fGrContext, false);
|
| + test_replacements(r, ctxInfo.grContext(), true);
|
| + test_replacements(r, ctxInfo.grContext(), false);
|
| }
|
|
|
| #endif
|
|
|