| Index: tests/GLProgramsTest.cpp
|
| diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp
|
| index 316465840ea1ebfea3d7f2c3c453f0758e9b0814..10380f7924292adf8bfdbe8e85f398b492478ddb 100644
|
| --- a/tests/GLProgramsTest.cpp
|
| +++ b/tests/GLProgramsTest.cpp
|
| @@ -22,7 +22,7 @@
|
| #include "SkRandom.h"
|
| #include "Test.h"
|
|
|
| -void GrGLProgramDesc::setRandom(SkMWCRandom* random,
|
| +void GrGLProgramDesc::setRandom(SkRandom* random,
|
| const GrGpuGL* gpu,
|
| const GrRenderTarget* dstRenderTarget,
|
| const GrTexture* dstCopyTexture,
|
| @@ -132,7 +132,7 @@ bool GrGpuGL::programUnitTest(int maxStages) {
|
|
|
| static const int NUM_TESTS = 512;
|
|
|
| - SkMWCRandom random;
|
| + SkRandom random;
|
| for (int t = 0; t < NUM_TESTS; ++t) {
|
|
|
| #if 0
|
|
|