| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| index ef41600137f150e14fe0de033e4e909d1b7e585b..424c2689bdf0c13cf6397e93da378e04e6235383 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -154,7 +154,7 @@ class CORE_EXPORT SVGImage final : public Image {
|
| // Paints the current frame. If a PaintCanvas is passed, paints into that
|
| // canvas and returns nullptr.
|
| // Otherwise returns a pointer to the new PaintRecord.
|
| - sk_sp<PaintRecord> PaintRecordForCurrentFrame(const IntRect& bounds,
|
| + sk_sp<PaintRecord> PaintRecordForCurrentFrame(const FloatRect& bounds,
|
| const KURL&,
|
| PaintCanvas* = nullptr);
|
|
|
|
|