| 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 a9b99ede4a3a783ecd667f50cce8fefb08537a00..4f1f91bb0273a25364d75064a93392e4d63e2714 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -124,8 +124,7 @@ class CORE_EXPORT SVGImage final : public Image {
|
| const FloatRect& fromRect,
|
| const FloatRect& toRect,
|
| RespectImageOrientationEnum,
|
| - ImageClampingMode,
|
| - const ColorBehavior&) override;
|
| + ImageClampingMode) override;
|
| void drawForContainer(PaintCanvas*,
|
| const SkPaint&,
|
| const FloatSize,
|
|
|