| Index: src/gpu/GrOvalRenderer.cpp
|
| diff --git a/src/gpu/GrOvalRenderer.cpp b/src/gpu/GrOvalRenderer.cpp
|
| index 69baebb22821155b1b311c5388102532112e2036..fe223f0382d7c52eaa1858e9ed9f0c91e10ff358 100644
|
| --- a/src/gpu/GrOvalRenderer.cpp
|
| +++ b/src/gpu/GrOvalRenderer.cpp
|
| @@ -205,7 +205,7 @@ GR_DEFINE_GEOMETRY_PROCESSOR_TEST(CircleEdgeEffect);
|
|
|
| GrGeometryProcessor* CircleEdgeEffect::TestCreate(SkRandom* random,
|
| GrContext* context,
|
| - const GrDrawTargetCaps&,
|
| + const GrCaps&,
|
| GrTexture* textures[]) {
|
| return CircleEdgeEffect::Create(GrRandomColor(random),
|
| random->nextBool(),
|
| @@ -387,7 +387,7 @@ GR_DEFINE_GEOMETRY_PROCESSOR_TEST(EllipseEdgeEffect);
|
|
|
| GrGeometryProcessor* EllipseEdgeEffect::TestCreate(SkRandom* random,
|
| GrContext* context,
|
| - const GrDrawTargetCaps&,
|
| + const GrCaps&,
|
| GrTexture* textures[]) {
|
| return EllipseEdgeEffect::Create(GrRandomColor(random),
|
| random->nextBool(),
|
| @@ -581,7 +581,7 @@ GR_DEFINE_GEOMETRY_PROCESSOR_TEST(DIEllipseEdgeEffect);
|
|
|
| GrGeometryProcessor* DIEllipseEdgeEffect::TestCreate(SkRandom* random,
|
| GrContext* context,
|
| - const GrDrawTargetCaps&,
|
| + const GrCaps&,
|
| GrTexture* textures[]) {
|
| return DIEllipseEdgeEffect::Create(GrRandomColor(random),
|
| GrTest::TestMatrix(random),
|
|
|