Index: src/gpu/effects/GrSimpleTextureEffect.cpp |
diff --git a/src/gpu/effects/GrSimpleTextureEffect.cpp b/src/gpu/effects/GrSimpleTextureEffect.cpp |
index e729b1b0451b49897ca2f8931f616ddb94599522..9a5b3a7abb84110a5234d7876012ee733bd01a42 100644 |
--- a/src/gpu/effects/GrSimpleTextureEffect.cpp |
+++ b/src/gpu/effects/GrSimpleTextureEffect.cpp |
@@ -58,7 +58,7 @@ GR_DEFINE_FRAGMENT_PROCESSOR_TEST(GrSimpleTextureEffect); |
GrFragmentProcessor* GrSimpleTextureEffect::TestCreate(SkRandom* random, |
GrContext*, |
- const GrDrawTargetCaps&, |
+ const GrCaps&, |
GrTexture* textures[]) { |
int texIdx = random->nextBool() ? GrProcessorUnitTest::kSkiaPMTextureIdx : |
GrProcessorUnitTest::kAlphaTextureIdx; |