| Index: third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| index 9751be631d27757281b07cdc62187f809401a058..dcb0dec00137a5ad37b2c4c386a4091f2d37ce57 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp
|
| @@ -37,8 +37,8 @@ IntSize SVGImageForContainer::size() const {
|
| return roundedIntSize(scaledContainerSize);
|
| }
|
|
|
| -void SVGImageForContainer::draw(SkCanvas* canvas,
|
| - const SkPaint& paint,
|
| +void SVGImageForContainer::draw(CdlCanvas* canvas,
|
| + const CdlPaint& paint,
|
| const FloatRect& dstRect,
|
| const FloatRect& srcRect,
|
| RespectImageOrientationEnum,
|
|
|