Index: src/gpu/effects/GrCircleEdgeEffect.cpp |
=================================================================== |
--- src/gpu/effects/GrCircleEdgeEffect.cpp (revision 8365) |
+++ src/gpu/effects/GrCircleEdgeEffect.cpp (working copy) |
@@ -75,6 +75,7 @@ |
GrEffectRef* GrCircleEdgeEffect::TestCreate(SkMWCRandom* random, |
GrContext* context, |
+ const GrDrawTargetCaps&, |
GrTexture* textures[]) { |
return GrCircleEdgeEffect::Create(random->nextBool()); |
} |