| 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..23449a0759dbd9d13d2e1dd4e5ecef3ebe98b256 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
|
| @@ -120,14 +120,14 @@ class CORE_EXPORT SVGImage final : public Image {
|
| }
|
|
|
| void draw(PaintCanvas*,
|
| - const SkPaint&,
|
| + const PaintFlags&,
|
| const FloatRect& fromRect,
|
| const FloatRect& toRect,
|
| RespectImageOrientationEnum,
|
| ImageClampingMode,
|
| const ColorBehavior&) override;
|
| void drawForContainer(PaintCanvas*,
|
| - const SkPaint&,
|
| + const PaintFlags&,
|
| const FloatSize,
|
| float,
|
| const FloatRect&,
|
|
|