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