| Index: src/effects/SkLumaColorFilter.cpp
|
| diff --git a/src/effects/SkLumaColorFilter.cpp b/src/effects/SkLumaColorFilter.cpp
|
| index 021c3c1090c6ac56fd58c24a26faa9931608502d..05cbaaaf40bc39e34f503624c9c7940f4167f179 100644
|
| --- a/src/effects/SkLumaColorFilter.cpp
|
| +++ b/src/effects/SkLumaColorFilter.cpp
|
| @@ -119,7 +119,7 @@ private:
|
| }
|
| };
|
|
|
| -bool SkLumaColorFilter::asFragmentProcessors(GrContext*, GrShaderDataManager*,
|
| +bool SkLumaColorFilter::asFragmentProcessors(GrContext*, GrProcessorDataManager*,
|
| SkTDArray<GrFragmentProcessor*>* array) const {
|
|
|
| GrFragmentProcessor* frag = LumaColorFilterEffect::Create();
|
|
|