| Index: src/effects/SkColorMatrixFilter.cpp
|
| diff --git a/src/effects/SkColorMatrixFilter.cpp b/src/effects/SkColorMatrixFilter.cpp
|
| index 58f074c9aa19f2da9a80e4707e6a7f5e49a54865..6e9da61e1b79b7e620c2ae444c8e8492c6335e3f 100644
|
| --- a/src/effects/SkColorMatrixFilter.cpp
|
| +++ b/src/effects/SkColorMatrixFilter.cpp
|
| @@ -547,7 +547,7 @@ GR_DEFINE_FRAGMENT_PROCESSOR_TEST(ColorMatrixEffect);
|
|
|
| GrFragmentProcessor* ColorMatrixEffect::TestCreate(SkRandom* random,
|
| GrContext*,
|
| - const GrDrawTargetCaps&,
|
| + const GrCaps&,
|
| GrTexture* dummyTextures[2]) {
|
| SkColorMatrix colorMatrix;
|
| for (size_t i = 0; i < SK_ARRAY_COUNT(colorMatrix.fMat); ++i) {
|
|
|