| Index: include/utils/SkPaintFilterCanvas.h
|
| diff --git a/include/utils/SkPaintFilterCanvas.h b/include/utils/SkPaintFilterCanvas.h
|
| index 942fbda8763d2cbaa7c623893748d1671aa91496..7838f03d5d0407016dfc021669904773c8890280 100644
|
| --- a/include/utils/SkPaintFilterCanvas.h
|
| +++ b/include/utils/SkPaintFilterCanvas.h
|
| @@ -16,8 +16,17 @@
|
| */
|
| class SK_API SkPaintFilterCanvas : public SkNWayCanvas {
|
| public:
|
| + /**
|
| + * DEPRECATED: use the variant below.
|
| + */
|
| SkPaintFilterCanvas(int width, int height);
|
|
|
| + /**
|
| + * The new SkPaintFilterCanvas is configured for forwarding to the
|
| + * specified canvas. Also copies the target canvas matrix and clip bounds.
|
| + */
|
| + SkPaintFilterCanvas(SkCanvas* canvas);
|
| +
|
| enum Type {
|
| kPaint_Type,
|
| kPoint_Type,
|
|
|