| Index: include/core/SkBitmapDevice.h
|
| diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h
|
| index db088ad0fa3d65c945936a51577235f1429e0bb7..ff33ebee714fbe2925db6d236be3d4e10c4fa95a 100644
|
| --- a/include/core/SkBitmapDevice.h
|
| +++ b/include/core/SkBitmapDevice.h
|
| @@ -81,10 +81,8 @@ protected:
|
| * The default impl. will create a bitmap-shader from the bitmap,
|
| * and call drawRect with it.
|
| */
|
| - virtual void drawBitmapRect(const SkDraw&, const SkBitmap&,
|
| - const SkRect* srcOrNull, const SkRect& dst,
|
| - const SkPaint& paint,
|
| - SkCanvas::DrawBitmapRectFlags flags) override;
|
| + void drawBitmapRect(const SkDraw&, const SkBitmap&, const SkRect*, const SkRect&,
|
| + const SkPaint&, SK_VIRTUAL_CONSTRAINT_TYPE) override;
|
|
|
| /**
|
| * Does not handle text decoration.
|
|
|