| Index: src/core/SkColorShader.h
|
| diff --git a/src/core/SkColorShader.h b/src/core/SkColorShader.h
|
| index e3fddb231a4619c0fa725608459a4e4bf2bceae6..a479bd0fa35996e756d8a6bafa13744b0348751b 100644
|
| --- a/src/core/SkColorShader.h
|
| +++ b/src/core/SkColorShader.h
|
| @@ -51,7 +51,8 @@ public:
|
|
|
| #if SK_SUPPORT_GPU
|
| const GrFragmentProcessor* asFragmentProcessor(GrContext*, const SkMatrix& viewM,
|
| - const SkMatrix*, SkFilterQuality) const override;
|
| + const SkMatrix*, SkFilterQuality,
|
| + GrRenderTarget* dst) const override;
|
| #endif
|
|
|
| SK_TO_STRING_OVERRIDE()
|
|
|