| Index: src/gpu/GrAARectRenderer.cpp
|
| diff --git a/src/gpu/GrAARectRenderer.cpp b/src/gpu/GrAARectRenderer.cpp
|
| index 8d5851fa0faee3267403a0fdf622dc5fd964a8fc..76a5c8c8a534a95470324f217585368e9ac1359d 100644
|
| --- a/src/gpu/GrAARectRenderer.cpp
|
| +++ b/src/gpu/GrAARectRenderer.cpp
|
| @@ -117,7 +117,7 @@ private:
|
|
|
| GR_DEFINE_EFFECT_TEST(GrAlignedRectEffect);
|
|
|
| -GrEffectRef* GrAlignedRectEffect::TestCreate(SkMWCRandom* random,
|
| +GrEffectRef* GrAlignedRectEffect::TestCreate(SkRandom* random,
|
| GrContext* context,
|
| const GrDrawTargetCaps&,
|
| GrTexture* textures[]) {
|
| @@ -256,7 +256,7 @@ private:
|
|
|
| GR_DEFINE_EFFECT_TEST(GrRectEffect);
|
|
|
| -GrEffectRef* GrRectEffect::TestCreate(SkMWCRandom* random,
|
| +GrEffectRef* GrRectEffect::TestCreate(SkRandom* random,
|
| GrContext* context,
|
| const GrDrawTargetCaps&,
|
| GrTexture* textures[]) {
|
|
|