Index: src/gpu/effects/GrDistanceFieldGeoProc.cpp |
diff --git a/src/gpu/effects/GrDistanceFieldGeoProc.cpp b/src/gpu/effects/GrDistanceFieldGeoProc.cpp |
index 09228e505a8715ad468cf3f325d295a8ddc4959e..1e454a00010b8856ffbf17e009923551e33bf35a 100755 |
--- a/src/gpu/effects/GrDistanceFieldGeoProc.cpp |
+++ b/src/gpu/effects/GrDistanceFieldGeoProc.cpp |
@@ -232,7 +232,7 @@ GR_DEFINE_GEOMETRY_PROCESSOR_TEST(GrDistanceFieldA8TextGeoProc); |
GrGeometryProcessor* GrDistanceFieldA8TextGeoProc::TestCreate(SkRandom* random, |
GrContext*, |
- const GrDrawTargetCaps&, |
+ const GrCaps&, |
GrTexture* textures[]) { |
int texIdx = random->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx : |
GrProcessorUnitTest::kAlphaTextureIdx; |
@@ -446,7 +446,7 @@ GR_DEFINE_GEOMETRY_PROCESSOR_TEST(GrDistanceFieldPathGeoProc); |
GrGeometryProcessor* GrDistanceFieldPathGeoProc::TestCreate(SkRandom* random, |
GrContext*, |
- const GrDrawTargetCaps&, |
+ const GrCaps&, |
GrTexture* textures[]) { |
int texIdx = random->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx |
: GrProcessorUnitTest::kAlphaTextureIdx; |
@@ -698,7 +698,7 @@ GR_DEFINE_GEOMETRY_PROCESSOR_TEST(GrDistanceFieldLCDTextGeoProc); |
GrGeometryProcessor* GrDistanceFieldLCDTextGeoProc::TestCreate(SkRandom* random, |
GrContext*, |
- const GrDrawTargetCaps&, |
+ const GrCaps&, |
GrTexture* textures[]) { |
int texIdx = random->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx : |
GrProcessorUnitTest::kAlphaTextureIdx; |