| Index: include/pdf/SkPDFDevice.h
|
| ===================================================================
|
| --- include/pdf/SkPDFDevice.h (revision 10709)
|
| +++ include/pdf/SkPDFDevice.h (working copy)
|
| @@ -88,7 +88,8 @@
|
| bool pathIsMutable) SK_OVERRIDE;
|
| virtual void drawBitmapRect(const SkDraw& draw, const SkBitmap& bitmap,
|
| const SkRect* src, const SkRect& dst,
|
| - const SkPaint& paint) SK_OVERRIDE;
|
| + const SkPaint& paint,
|
| + SkCanvas::DrawBitmapRectFlags flags) SK_OVERRIDE;
|
| virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
|
| const SkMatrix& matrix, const SkPaint&) SK_OVERRIDE;
|
| virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap, int x, int y,
|
|
|