| 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 bcc230f5c77738596ebec5a07114ffcffcb7bb7e..a9b99ede4a3a783ecd667f50cce8fefb08537a00 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -119,14 +119,14 @@ class CORE_EXPORT SVGImage final : public Image {
|
| return false;
|
| }
|
|
|
| - void draw(SkCanvas*,
|
| + void draw(PaintCanvas*,
|
| const SkPaint&,
|
| const FloatRect& fromRect,
|
| const FloatRect& toRect,
|
| RespectImageOrientationEnum,
|
| ImageClampingMode,
|
| const ColorBehavior&) override;
|
| - void drawForContainer(SkCanvas*,
|
| + void drawForContainer(PaintCanvas*,
|
| const SkPaint&,
|
| const FloatSize,
|
| float,
|
| @@ -145,8 +145,8 @@ class CORE_EXPORT SVGImage final : public Image {
|
| const KURL&);
|
| sk_sp<SkImage> imageForCurrentFrameForContainer(const KURL&,
|
| const IntSize& containerSize);
|
| - void drawInternal(SkCanvas*,
|
| - const SkPaint&,
|
| + void drawInternal(PaintCanvas*,
|
| + const PaintFlags&,
|
| const FloatRect& fromRect,
|
| const FloatRect& toRect,
|
| RespectImageOrientationEnum,
|
|
|