| Index: src/gpu/GrOvalRenderer.cpp
|
| diff --git a/src/gpu/GrOvalRenderer.cpp b/src/gpu/GrOvalRenderer.cpp
|
| index 4f41ae9e3a7df2ac561f59fc10ab7ed530a9da5e..667efc4a083a5651a2374cdf877673f7747ddf4b 100644
|
| --- a/src/gpu/GrOvalRenderer.cpp
|
| +++ b/src/gpu/GrOvalRenderer.cpp
|
| @@ -155,7 +155,7 @@ private:
|
|
|
| GR_DEFINE_EFFECT_TEST(CircleEdgeEffect);
|
|
|
| -GrEffectRef* CircleEdgeEffect::TestCreate(SkMWCRandom* random,
|
| +GrEffectRef* CircleEdgeEffect::TestCreate(SkRandom* random,
|
| GrContext* context,
|
| const GrDrawTargetCaps&,
|
| GrTexture* textures[]) {
|
| @@ -293,7 +293,7 @@ private:
|
|
|
| GR_DEFINE_EFFECT_TEST(EllipseEdgeEffect);
|
|
|
| -GrEffectRef* EllipseEdgeEffect::TestCreate(SkMWCRandom* random,
|
| +GrEffectRef* EllipseEdgeEffect::TestCreate(SkRandom* random,
|
| GrContext* context,
|
| const GrDrawTargetCaps&,
|
| GrTexture* textures[]) {
|
| @@ -454,7 +454,7 @@ private:
|
|
|
| GR_DEFINE_EFFECT_TEST(DIEllipseEdgeEffect);
|
|
|
| -GrEffectRef* DIEllipseEdgeEffect::TestCreate(SkMWCRandom* random,
|
| +GrEffectRef* DIEllipseEdgeEffect::TestCreate(SkRandom* random,
|
| GrContext* context,
|
| const GrDrawTargetCaps&,
|
| GrTexture* textures[]) {
|
|
|