Chromium Code Reviews| Index: include/effects/SkPerlinNoiseShader.h |
| diff --git a/include/effects/SkPerlinNoiseShader.h b/include/effects/SkPerlinNoiseShader.h |
| index 63e74155a64920ef4483d1b06ae576a11a8221f2..96cad4684dffd5a73da63ad4fbdf2785ed9d3f51 100644 |
| --- a/include/effects/SkPerlinNoiseShader.h |
| +++ b/include/effects/SkPerlinNoiseShader.h |
| @@ -95,8 +95,8 @@ public: |
| typedef SkShader::Context INHERITED; |
| }; |
| - virtual GrEffectRef* asNewEffect(GrContext* context, const SkPaint&, |
| - const SkMatrix*) const SK_OVERRIDE; |
| + virtual bool asNewEffect(GrContext* context, const SkPaint&, const SkMatrix*, GrColor*, |
| + GrEffectRef**) const SK_OVERRIDE; |
|
dandov
2014/06/06 21:50:44
Change method's signature to have the output param
|
| SK_TO_STRING_OVERRIDE() |
| SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkPerlinNoiseShader) |