| Index: Source/core/layout/svg/LayoutSVGGradientStop.h
|
| diff --git a/Source/core/layout/svg/LayoutSVGGradientStop.h b/Source/core/layout/svg/LayoutSVGGradientStop.h
|
| index 0ae293eac22ebc1e02fe2b49207bf1167ba6540e..a448a8e55676f60d6906aa90a453dfbbb2cbc80a 100644
|
| --- a/Source/core/layout/svg/LayoutSVGGradientStop.h
|
| +++ b/Source/core/layout/svg/LayoutSVGGradientStop.h
|
| @@ -48,7 +48,7 @@ public:
|
| virtual FloatRect paintInvalidationRectInLocalCoordinates() const override { return FloatRect(); }
|
|
|
| protected:
|
| - virtual void styleDidChange(StyleDifference, const LayoutStyle* oldStyle) override;
|
| + virtual void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
|
|
| private:
|
| SVGGradientElement* gradientElement() const;
|
|
|