Index: tests/PrimitiveProcessorTest.cpp |
diff --git a/tests/PrimitiveProcessorTest.cpp b/tests/PrimitiveProcessorTest.cpp |
index 6d5be09c243a44c6a26c054b3a8b40124ad4d54d..23ad13815a60db7cda2967a915775247c3b1735b 100644 |
--- a/tests/PrimitiveProcessorTest.cpp |
+++ b/tests/PrimitiveProcessorTest.cpp |
@@ -101,7 +101,7 @@ private: |
}; |
} |
-DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(VertexAttributeCount, reporter, ctxInfo) { |
+DEF_GPUTEST_FOR_ALL_CONTEXTS(VertexAttributeCount, reporter, ctxInfo) { |
GrContext* context = ctxInfo.grContext(); |
sk_sp<GrDrawContext> drawContext(context->newDrawContext(SkBackingFit::kApprox, |