| Index: src/pdf/SkPDFDevice.h
|
| diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h
|
| index f58e74cc88a37d4c73a615472725bcc341275ba7..d533b61ab7e84dc2c88b5c275e382ced6eaa1d68 100644
|
| --- a/src/pdf/SkPDFDevice.h
|
| +++ b/src/pdf/SkPDFDevice.h
|
| @@ -96,7 +96,7 @@ public:
|
| void drawBitmapRect(const SkDraw& draw, const SkBitmap& bitmap,
|
| const SkRect* src, const SkRect& dst,
|
| const SkPaint& paint,
|
| - SkCanvas::DrawBitmapRectFlags flags) override;
|
| + SkCanvas::SrcRectConstraint) override;
|
| void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
|
| const SkMatrix& matrix, const SkPaint&) override;
|
| void drawSprite(const SkDraw&, const SkBitmap& bitmap, int x, int y,
|
|
|