| Index: src/gpu/SkGpuDevice.h
|
| diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h
|
| index ec5bc9e2014e36b2044489da746d00db7e4e3c0b..a35e92bc250ec01a93d7ddeb5458e4db9c781c61 100644
|
| --- a/src/gpu/SkGpuDevice.h
|
| +++ b/src/gpu/SkGpuDevice.h
|
| @@ -231,7 +231,6 @@ private:
|
| bool bicubic);
|
|
|
| void drawTextureProducer(GrTextureProducer*,
|
| - bool alphaOnly,
|
| const SkRect* srcRect,
|
| const SkRect* dstRect,
|
| SkCanvas::SrcRectConstraint,
|
| @@ -240,7 +239,6 @@ private:
|
| const SkPaint&);
|
|
|
| void drawTextureProducerImpl(GrTextureProducer*,
|
| - bool alphaOnly,
|
| const SkRect& clippedSrcRect,
|
| const SkRect& clippedDstRect,
|
| SkCanvas::SrcRectConstraint,
|
| @@ -249,8 +247,8 @@ private:
|
| const GrClip&,
|
| const SkPaint&);
|
|
|
| - void drawProducerNine(const SkDraw&, GrTextureProducer*, bool alphaOnly,
|
| - const SkIRect& center, const SkRect& dst, const SkPaint&);
|
| + void drawProducerNine(const SkDraw&, GrTextureProducer*, const SkIRect& center,
|
| + const SkRect& dst, const SkPaint&);
|
|
|
| bool drawDashLine(const SkPoint pts[2], const SkPaint& paint);
|
|
|
|
|