| 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 345bcef3122b54df90183f3f0f6265da33dd9e0d..05996b5a457781bdbfb78f7440eba4dfbb09efa9 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -155,7 +155,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 FloatRect& bounds,
|
| + sk_sp<PaintRecord> PaintRecordForCurrentFrame(const IntRect& bounds,
|
| const KURL&,
|
| PaintCanvas* = nullptr);
|
|
|
|
|