| Index: include/effects/SkModeColorFilter.h
|
| diff --git a/include/effects/SkModeColorFilter.h b/include/effects/SkModeColorFilter.h
|
| index 16c6e13359545af766839c4af90ae00a891d0fbc..4bb7a43db4a16ae976f9d152e634ae5aec64589b 100644
|
| --- a/include/effects/SkModeColorFilter.h
|
| +++ b/include/effects/SkModeColorFilter.h
|
| @@ -40,7 +40,7 @@ public:
|
| #endif
|
|
|
| #if SK_SUPPORT_GPU
|
| - GrFragmentProcessor* asFragmentProcessor(GrContext*) const SK_OVERRIDE;
|
| + bool asFragmentProcessors(GrContext*, SkTDArray<GrFragmentProcessor*>*) const SK_OVERRIDE;
|
| #endif
|
| SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkModeColorFilter)
|
|
|
|
|