| Index: tests/GrContextAbandonTest.cpp
|
| diff --git a/tests/GrContextAbandonTest.cpp b/tests/GrContextAbandonTest.cpp
|
| index 8981657029bb445df10997530b938914f13aa6dc..03e45128b0d6c10ad92ce23b17ef3640ca141702 100644
|
| --- a/tests/GrContextAbandonTest.cpp
|
| +++ b/tests/GrContextAbandonTest.cpp
|
| @@ -20,7 +20,7 @@ DEF_GPUTEST(GrContext_abandonContext, reporter, /*factory*/) {
|
| GrContextFactory testFactory;
|
| GrContextFactory::ContextType ctxType = (GrContextFactory::ContextType) i;
|
| ContextInfo info = testFactory.getContextInfo(ctxType);
|
| - if (GrContext* context = info.fGrContext) {
|
| + if (GrContext* context = info.grContext()) {
|
| switch (testType) {
|
| case 0:
|
| context->abandonContext();
|
|
|