| Index: src/gpu/effects/GrDitherEffect.cpp
|
| diff --git a/src/gpu/effects/GrDitherEffect.cpp b/src/gpu/effects/GrDitherEffect.cpp
|
| index 85116aee28cde08afd465df045b96d7037032f93..2589c3bb1e39974b190c5bfed9fc9a3e017b5f85 100644
|
| --- a/src/gpu/effects/GrDitherEffect.cpp
|
| +++ b/src/gpu/effects/GrDitherEffect.cpp
|
| @@ -56,7 +56,7 @@ GR_DEFINE_FRAGMENT_PROCESSOR_TEST(DitherEffect);
|
|
|
| GrFragmentProcessor* DitherEffect::TestCreate(SkRandom*,
|
| GrContext*,
|
| - const GrDrawTargetCaps&,
|
| + const GrCaps&,
|
| GrTexture*[]) {
|
| return DitherEffect::Create();
|
| }
|
|
|