Index: src/effects/SkLumaColorFilter.cpp |
diff --git a/src/effects/SkLumaColorFilter.cpp b/src/effects/SkLumaColorFilter.cpp |
index bdedf3b8b7059c020409d9beeadf2d0217461dbb..270248d90b03913affa989ac7cc4da6abae8ab9e 100644 |
--- a/src/effects/SkLumaColorFilter.cpp |
+++ b/src/effects/SkLumaColorFilter.cpp |
@@ -108,8 +108,8 @@ private: |
} |
}; |
-const GrFragmentProcessor* SkLumaColorFilter::asFragmentProcessor(GrContext*) const { |
- |
+const GrFragmentProcessor* SkLumaColorFilter::asFragmentProcessor(GrContext*, |
+ GrRenderTarget* dst) const { |
return LumaColorFilterEffect::Create(); |
} |
#endif |