| Index: src/pdf/SkPDFDevice.h
|
| diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h
|
| index f58e74cc88a37d4c73a615472725bcc341275ba7..bb12a3f6dc473fd868d8ef917a399dbf47388299 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;
|
| + SK_VIRTUAL_CONSTRAINT_TYPE) 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,
|
|
|