aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/VkWrapTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/VkWrapTests.cpp')
-rw-r--r--tests/VkWrapTests.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/VkWrapTests.cpp b/tests/VkWrapTests.cpp
index 626ee4c4b1..e81ebf5f17 100644
--- a/tests/VkWrapTests.cpp
+++ b/tests/VkWrapTests.cpp
@@ -159,9 +159,9 @@ void wrap_trt_test(skiatest::Reporter* reporter, GrContext* context) {
}
DEF_GPUTEST_FOR_VULKAN_CONTEXT(VkWrapTests, reporter, ctxInfo) {
- wrap_tex_test(reporter, ctxInfo.fGrContext);
- wrap_rt_test(reporter, ctxInfo.fGrContext);
- wrap_trt_test(reporter, ctxInfo.fGrContext);
+ wrap_tex_test(reporter, ctxInfo.grContext());
+ wrap_rt_test(reporter, ctxInfo.grContext());
+ wrap_trt_test(reporter, ctxInfo.grContext());
}
#endif