Index: tests/GrDrawTargetTest.cpp |
diff --git a/tests/GrDrawTargetTest.cpp b/tests/GrDrawTargetTest.cpp |
index 14d4f78314f83f9e5a2443a6a46c9dbf988900be..341eba5be9e4db22315e481ecbde5ee924de1fba 100644 |
--- a/tests/GrDrawTargetTest.cpp |
+++ b/tests/GrDrawTargetTest.cpp |
@@ -29,7 +29,7 @@ |
continue; |
} |
- test_print(reporter, grContext->caps()); |
+ test_print(reporter, grContext->getGpu()->caps()); |
} |
} |