| Index: include/core/SkColorShader.h
|
| diff --git a/include/core/SkColorShader.h b/include/core/SkColorShader.h
|
| index be59627bc6517b6efda0884ac6264bd0a5accd18..8603577a0b7bb4647c589f83c27bcfebfe384acd 100644
|
| --- a/include/core/SkColorShader.h
|
| +++ b/include/core/SkColorShader.h
|
| @@ -56,6 +56,10 @@ public:
|
|
|
| virtual GradientType asAGradient(GradientInfo* info) const SK_OVERRIDE;
|
|
|
| + virtual bool asNewEffect(GrContext* context, const SkPaint& paint,
|
| + const SkMatrix* localMatrix, GrColor* grColor,
|
| + GrEffectRef** grEffect) const SK_OVERRIDE;
|
| +
|
| SK_TO_STRING_OVERRIDE()
|
| SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkColorShader)
|
|
|
|
|