| Index: Source/core/svg/SVGGradientElement.h
|
| diff --git a/Source/core/svg/SVGGradientElement.h b/Source/core/svg/SVGGradientElement.h
|
| index 1b90734b523600719c150043066c3d10c90fd480..94cb99573802728c205f6076ba2d1d81dc804539 100644
|
| --- a/Source/core/svg/SVGGradientElement.h
|
| +++ b/Source/core/svg/SVGGradientElement.h
|
| @@ -56,6 +56,8 @@ public:
|
| SVGAnimatedEnumeration<SVGSpreadMethodType>* spreadMethod() { return m_spreadMethod.get(); }
|
| SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* gradientUnits() { return m_gradientUnits.get(); }
|
|
|
| + virtual bool supportsFocus() const OVERRIDE { return false; }
|
| +
|
| protected:
|
| SVGGradientElement(const QualifiedName&, Document&);
|
|
|
|
|