| Index: src/gpu/gl/GrGLProgramDesc.h
|
| diff --git a/src/gpu/gl/GrGLProgramDesc.h b/src/gpu/gl/GrGLProgramDesc.h
|
| index 495a2250ccc2617c27c070bc04c323dc6952b9e2..fb67a97e85b0e6e86089e57a208d6c14ad47619d 100644
|
| --- a/src/gpu/gl/GrGLProgramDesc.h
|
| +++ b/src/gpu/gl/GrGLProgramDesc.h
|
| @@ -47,7 +47,7 @@ public:
|
| uint32_t getChecksum() const { return *this->atOffset<uint32_t, kChecksumOffset>(); }
|
|
|
| // For unit testing.
|
| - void setRandom(SkMWCRandom*,
|
| + void setRandom(SkRandom*,
|
| const GrGpuGL* gpu,
|
| const GrRenderTarget* dummyDstRenderTarget,
|
| const GrTexture* dummyDstCopyTexture,
|
|
|