| Index: third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
|
| index 6800d4c4b857b5190f91eef1a30cdea4b8c0a851..008866435b87d9154f4fdb29487c558f99544e65 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
|
| @@ -76,8 +76,8 @@ class SVGImageForContainer final : public Image {
|
| }
|
| bool hasRelativeSize() const override { return m_image->hasRelativeSize(); }
|
|
|
| - void draw(SkCanvas*,
|
| - const SkPaint&,
|
| + void draw(CdlCanvas*,
|
| + const CdlPaint&,
|
| const FloatRect&,
|
| const FloatRect&,
|
| RespectImageOrientationEnum,
|
|
|