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