| Index: src/effects/SkTableColorFilter.cpp
|
| diff --git a/src/effects/SkTableColorFilter.cpp b/src/effects/SkTableColorFilter.cpp
|
| index 7298960a08618b05f5136c80bf6577e0fdfe63e0..787126807e2ccdcad9a02ac8c484d8676e251fc6 100644
|
| --- a/src/effects/SkTableColorFilter.cpp
|
| +++ b/src/effects/SkTableColorFilter.cpp
|
| @@ -551,7 +551,7 @@ GR_DEFINE_FRAGMENT_PROCESSOR_TEST(ColorTableEffect);
|
|
|
| GrFragmentProcessor* ColorTableEffect::TestCreate(SkRandom* random,
|
| GrContext* context,
|
| - const GrDrawTargetCaps&,
|
| + const GrCaps&,
|
| GrTexture* textures[]) {
|
| int flags = 0;
|
| uint8_t luts[256][4];
|
|
|