| Index: src/gpu/effects/GrDitherEffect.cpp
|
| diff --git a/src/gpu/effects/GrDitherEffect.cpp b/src/gpu/effects/GrDitherEffect.cpp
|
| index 0c252321acb8ff5d38c0d4d98dc2ddecb4092044..eb8466b0b577e7f62e594dc7596eba77dc3a4663 100644
|
| --- a/src/gpu/effects/GrDitherEffect.cpp
|
| +++ b/src/gpu/effects/GrDitherEffect.cpp
|
| @@ -53,10 +53,7 @@ void DitherEffect::onComputeInvariantOutput(GrInvariantOutput* inout) const {
|
|
|
| GR_DEFINE_FRAGMENT_PROCESSOR_TEST(DitherEffect);
|
|
|
| -GrFragmentProcessor* DitherEffect::TestCreate(SkRandom*,
|
| - GrContext*,
|
| - const GrCaps&,
|
| - GrTexture*[]) {
|
| +GrFragmentProcessor* DitherEffect::TestCreate(GrProcessorTestData*) {
|
| return DitherEffect::Create();
|
| }
|
|
|
|
|