| Index: src/gpu/effects/GrBezierEffect.cpp
 | 
| diff --git a/src/gpu/effects/GrBezierEffect.cpp b/src/gpu/effects/GrBezierEffect.cpp
 | 
| index a55ceabc4dd283901fa1952a39b44f7a48b9d201..013169081dff87cd7c8e49fb886c35fb6380ee1a 100644
 | 
| --- a/src/gpu/effects/GrBezierEffect.cpp
 | 
| +++ b/src/gpu/effects/GrBezierEffect.cpp
 | 
| @@ -144,7 +144,7 @@ bool GrConicEffect::onIsEqual(const GrEffect& other) const {
 | 
|  
 | 
|  GR_DEFINE_EFFECT_TEST(GrConicEffect);
 | 
|  
 | 
| -GrEffectRef* GrConicEffect::TestCreate(SkMWCRandom* random,
 | 
| +GrEffectRef* GrConicEffect::TestCreate(SkRandom* random,
 | 
|                                               GrContext*,
 | 
|                                               const GrDrawTargetCaps& caps,
 | 
|                                               GrTexture*[]) {
 | 
| @@ -278,7 +278,7 @@ bool GrQuadEffect::onIsEqual(const GrEffect& other) const {
 | 
|  
 | 
|  GR_DEFINE_EFFECT_TEST(GrQuadEffect);
 | 
|  
 | 
| -GrEffectRef* GrQuadEffect::TestCreate(SkMWCRandom* random,
 | 
| +GrEffectRef* GrQuadEffect::TestCreate(SkRandom* random,
 | 
|                                               GrContext*,
 | 
|                                               const GrDrawTargetCaps& caps,
 | 
|                                               GrTexture*[]) {
 | 
| @@ -423,7 +423,7 @@ bool GrCubicEffect::onIsEqual(const GrEffect& other) const {
 | 
|  
 | 
|  GR_DEFINE_EFFECT_TEST(GrCubicEffect);
 | 
|  
 | 
| -GrEffectRef* GrCubicEffect::TestCreate(SkMWCRandom* random,
 | 
| +GrEffectRef* GrCubicEffect::TestCreate(SkRandom* random,
 | 
|                                               GrContext*,
 | 
|                                               const GrDrawTargetCaps& caps,
 | 
|                                               GrTexture*[]) {
 | 
| 
 |