Chromium Code Reviews| Index: src/core/SkBitmapProcShader.h |
| diff --git a/src/core/SkBitmapProcShader.h b/src/core/SkBitmapProcShader.h |
| index 80e4550279ea2a1d8a8ad2630d28587a8b6b9f46..eaf69f201776d04ea8723837cf55d6ab750f4494 100644 |
| --- a/src/core/SkBitmapProcShader.h |
| +++ b/src/core/SkBitmapProcShader.h |
| @@ -31,7 +31,8 @@ public: |
| SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkBitmapProcShader) |
| #if SK_SUPPORT_GPU |
|
jvanverth1
2014/06/05 17:36:31
Given that the base class asNewEffect() definition
dandov
2014/06/06 21:50:43
I didn't change this because I wanted to first tes
|
| - GrEffectRef* asNewEffect(GrContext*, const SkPaint&, const SkMatrix*) const SK_OVERRIDE; |
| + bool asNewEffect(GrContext*, const SkPaint&, GrColor*, GrEffectRef**, const SkMatrix*) |
| + const SK_OVERRIDE; |
| #endif |
| class BitmapProcShaderContext : public SkShader::Context { |