From 8b7451aaf6b1c71e9d343a4df107893db277b6aa Mon Sep 17 00:00:00 2001 From: bsalomon Date: Wed, 11 May 2016 06:33:06 -0700 Subject: Turn ContextInfos returned by GrContextFactory into structs. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1966013002 Review-Url: https://codereview.chromium.org/1966013002 --- tests/VkWrapTests.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/VkWrapTests.cpp') 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 -- cgit v1.2.3