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