| Index: src/gpu/GrAAConvexPathRenderer.cpp
|
| diff --git a/src/gpu/GrAAConvexPathRenderer.cpp b/src/gpu/GrAAConvexPathRenderer.cpp
|
| index 5ecc4e2e3a11c38f1888f739caae9f04f4719ab6..8fa94997b04452a5c9163d0ec722fc13c6d67507 100644
|
| --- a/src/gpu/GrAAConvexPathRenderer.cpp
|
| +++ b/src/gpu/GrAAConvexPathRenderer.cpp
|
| @@ -593,7 +593,7 @@ private:
|
|
|
| GR_DEFINE_EFFECT_TEST(QuadEdgeEffect);
|
|
|
| -GrEffectRef* QuadEdgeEffect::TestCreate(SkMWCRandom* random,
|
| +GrEffectRef* QuadEdgeEffect::TestCreate(SkRandom* random,
|
| GrContext*,
|
| const GrDrawTargetCaps& caps,
|
| GrTexture*[]) {
|
|
|