| Index: include/effects/SkLumaColorFilter.h
|
| diff --git a/include/effects/SkLumaColorFilter.h b/include/effects/SkLumaColorFilter.h
|
| index 00ba856a709bc663f2cca457c18abd9cfd30cca0..f9c3f0858c9d6beb1baebe2553b1f6a1d5047fa2 100644
|
| --- a/include/effects/SkLumaColorFilter.h
|
| +++ b/include/effects/SkLumaColorFilter.h
|
| @@ -28,8 +28,8 @@ public:
|
| void filterSpan(const SkPMColor src[], int count, SkPMColor[]) const override;
|
|
|
| #if SK_SUPPORT_GPU
|
| - bool asFragmentProcessors(GrContext*, GrProcessorDataManager*,
|
| - SkTDArray<const GrFragmentProcessor*>*) const override;
|
| + const GrFragmentProcessor* asFragmentProcessor(GrContext*,
|
| + GrProcessorDataManager*) const override;
|
| #endif
|
|
|
| SK_TO_STRING_OVERRIDE()
|
|
|