Index: tests/PrimitiveProcessorTest.cpp |
diff --git a/tests/PrimitiveProcessorTest.cpp b/tests/PrimitiveProcessorTest.cpp |
index a6f24848c6ed7ca4775218c1096c0fc11487468f..d25a33c602f36c451026499ac85249034bd37fa2 100644 |
--- a/tests/PrimitiveProcessorTest.cpp |
+++ b/tests/PrimitiveProcessorTest.cpp |
@@ -101,7 +101,8 @@ private: |
}; |
} |
-DEF_GPUTEST_FOR_ALL_CONTEXTS(VertexAttributeCount, reporter, context) { |
+DEF_GPUTEST_FOR_ALL_CONTEXTS(VertexAttributeCount, reporter, ctxInfo) { |
+ GrContext* context = ctxInfo.fGrContext; |
GrTextureDesc desc; |
desc.fHeight = 1; |
desc.fWidth = 1; |