Chromium Code Reviews| Index: include/core/SkBitmapDevice.h |
| diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h |
| index db088ad0fa3d65c945936a51577235f1429e0bb7..ae637f92b0755fbeefa577a307a8a0271a8eaf54 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. |
| */ |
|
robertphillips
2015/07/10 15:44:33
Does this need any staging for Chrome ?
|
| - 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&, SkCanvas::SrcRectConstraint) override; |
| /** |
| * Does not handle text decoration. |