| Index: include/core/SkCanvas.h
|
| diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
|
| index 836f7b1115797ee20e29cfe23702c986b09aa97b..74bf909c2113b2af3028a23d8136dc74dc73d54c 100644
|
| --- a/include/core/SkCanvas.h
|
| +++ b/include/core/SkCanvas.h
|
| @@ -1321,7 +1321,8 @@
|
| void internalDrawBitmapNine(const SkBitmap& bitmap, const SkIRect& center,
|
| const SkRect& dst, const SkPaint* paint);
|
| void internalDrawPaint(const SkPaint& paint);
|
| - void internalSaveLayer(const SkRect* bounds, const SkPaint*, SaveFlags, SaveLayerStrategy);
|
| + void internalSaveLayer(const SkRect* bounds, const SkPaint* paint,
|
| + SaveFlags, bool justForImageFilter, SaveLayerStrategy strategy);
|
| void internalDrawDevice(SkBaseDevice*, int x, int y, const SkPaint*);
|
|
|
| // shared by save() and saveLayer()
|
|
|