| 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 efade97cdcc756d9e43b1f05cd192d78caafb2e6..c2046d3f5ef8e53deb6f5def6c9be8d09f94ca5e 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -150,7 +150,8 @@ class CORE_EXPORT SVGImage final : public Image {
|
| const IntSize& containerSize);
|
| sk_sp<PaintRecord> paintRecordForCurrentFrame(const FloatRect& bounds,
|
| const KURL&);
|
| -
|
| + // Paints the current frame of the SVGImage into the given canvas.
|
| + void paintCurrentFrame(const FloatRect& bounds, const KURL&, PaintCanvas&);
|
| void drawInternal(PaintCanvas*,
|
| const PaintFlags&,
|
| const FloatRect& fromRect,
|
|
|