| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.h
|
| index 63d68c91b30812a2cc35e386a392785aed1d23e4..1bdbd57ecb5bfc845f6fc6276e5996878a7b88f6 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.h
|
| @@ -53,8 +53,6 @@ class LayoutSVGResourceGradient : public LayoutSVGResourcePaintServer {
|
| bool isChildAllowed(LayoutObject* child, const ComputedStyle&) const final;
|
|
|
| protected:
|
| - void addStops(Gradient&, const Vector<Gradient::ColorStop>&) const;
|
| -
|
| virtual SVGUnitTypes::SVGUnitType gradientUnits() const = 0;
|
| virtual AffineTransform calculateGradientTransform() const = 0;
|
| virtual bool collectGradientAttributes(SVGGradientElement*) = 0;
|
|
|