Index: tests/GrDrawTargetTest.cpp |
diff --git a/tests/GrDrawTargetTest.cpp b/tests/GrDrawTargetTest.cpp |
index 4f927091dec2d40358237eae2b659b90aada918a..c8492bc3ad29f6f65a987407566e7b7e1f0b8c46 100644 |
--- a/tests/GrDrawTargetTest.cpp |
+++ b/tests/GrDrawTargetTest.cpp |
@@ -14,9 +14,9 @@ |
DEF_GPUTEST_FOR_ALL_CONTEXTS(GrDrawTargetPrint, reporter, ctxInfo) { |
// This used to assert. |
- SkString result = ctxInfo.fGrContext->caps()->dump(); |
+ SkString result = ctxInfo.grContext()->caps()->dump(); |
SkASSERT(!result.isEmpty()); |
- SkString shaderResult = ctxInfo.fGrContext->caps()->shaderCaps()->dump(); |
+ SkString shaderResult = ctxInfo.grContext()->caps()->shaderCaps()->dump(); |
SkASSERT(!shaderResult.isEmpty()); |
} |