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