Index: tests/GLProgramsTest.cpp |
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp |
index f3207352dfe6aa8c33f914e528e23bb07276bd49..24312eed8d8a3d83573d80a4d4c45f05cc41c9bc 100644 |
--- a/tests/GLProgramsTest.cpp |
+++ b/tests/GLProgramsTest.cpp |
@@ -65,8 +65,6 @@ void GrGLProgramDesc::setRandom(SkRandom* random, |
header->fExperimentalGS = gpu->caps()->geometryShaderSupport() && random->nextBool(); |
#endif |
- header->fDiscardIfZeroCoverage = random->nextBool(); |
- |
bool useLocalCoords = random->nextBool() && currAttribIndex < GrDrawState::kMaxVertexAttribCnt; |
header->fLocalCoordAttributeIndex = useLocalCoords ? currAttribIndex++ : -1; |