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