| Index: include/effects/SkLumaColorFilter.h
|
| diff --git a/include/effects/SkLumaColorFilter.h b/include/effects/SkLumaColorFilter.h
|
| index 8dd519af4a77fe5ea142e9d8a15c4bfbc4c4a2e5..2e05e7837a2575f2c9266259d23ac95975c81bf8 100644
|
| --- a/include/effects/SkLumaColorFilter.h
|
| +++ b/include/effects/SkLumaColorFilter.h
|
| @@ -28,7 +28,8 @@ public:
|
| void filterSpan(const SkPMColor src[], int count, SkPMColor[]) const override;
|
|
|
| #if SK_SUPPORT_GPU
|
| - const GrFragmentProcessor* asFragmentProcessor(GrContext*) const override;
|
| + const GrFragmentProcessor* asFragmentProcessor(GrContext*,
|
| + GrRenderTarget* dst) const override;
|
| #endif
|
|
|
| SK_TO_STRING_OVERRIDE()
|
|
|