| 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 23449a0759dbd9d13d2e1dd4e5ecef3ebe98b256..1b98f5a9352626222c1307ecec6156668b8b5d7f 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 PaintFlags&,
|
| const FloatSize,
|
|
|