| Index: include/core/SkBitmapDevice.h
|
| diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h
|
| index ff33ebee714fbe2925db6d236be3d4e10c4fa95a..ae637f92b0755fbeefa577a307a8a0271a8eaf54 100644
|
| --- a/include/core/SkBitmapDevice.h
|
| +++ b/include/core/SkBitmapDevice.h
|
| @@ -82,7 +82,7 @@ protected:
|
| * and call drawRect with it.
|
| */
|
| void drawBitmapRect(const SkDraw&, const SkBitmap&, const SkRect*, const SkRect&,
|
| - const SkPaint&, SK_VIRTUAL_CONSTRAINT_TYPE) override;
|
| + const SkPaint&, SkCanvas::SrcRectConstraint) override;
|
|
|
| /**
|
| * Does not handle text decoration.
|
|
|