| Index: src/core/SkColorShader.h
|
| diff --git a/src/core/SkColorShader.h b/src/core/SkColorShader.h
|
| index ee196c09ff947266d857722a14975503f2f5ebcf..6702ef6085e92cab607a1de28507853ae065d0e9 100644
|
| --- a/src/core/SkColorShader.h
|
| +++ b/src/core/SkColorShader.h
|
| @@ -47,11 +47,6 @@ public:
|
| typedef SkShader::Context INHERITED;
|
| };
|
|
|
| - // we return false for this, use asAGradient
|
| - virtual BitmapType asABitmap(SkBitmap* outTexture,
|
| - SkMatrix* outMatrix,
|
| - TileMode xy[2]) const override;
|
| -
|
| GradientType asAGradient(GradientInfo* info) const override;
|
|
|
| bool asFragmentProcessor(GrContext*, const SkPaint&, const SkMatrix& viewM,
|
|
|