aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkModeColorFilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/effects/SkModeColorFilter.h')
-rw-r--r--include/effects/SkModeColorFilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/effects/SkModeColorFilter.h b/include/effects/SkModeColorFilter.h
index 16c6e13359..4bb7a43db4 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)