| Index: tests/GLProgramsTest.cpp
|
| diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp
|
| index fe17f889457922309e1fa4d01b1804537931f9de..9210a4cd26fcf72ac8391df56a7e4133b7e21f68 100644
|
| --- a/tests/GLProgramsTest.cpp
|
| +++ b/tests/GLProgramsTest.cpp
|
| @@ -61,9 +61,6 @@ void GrGLProgramDesc::setRandom(SkRandom* random,
|
| currAttribIndex++ :
|
| -1;
|
|
|
| - header->fColorFilterXfermode = static_cast<SkXfermode::Mode>(
|
| - random->nextULessThan(SkXfermode::kLastCoeffMode + 1));
|
| -
|
| #if GR_GL_EXPERIMENTAL_GS
|
| header->fExperimentalGS = gpu->caps()->geometryShaderSupport() && random->nextBool();
|
| #endif
|
|
|