| Index: Source/core/svg/SVGPatternElement.h
|
| diff --git a/Source/core/svg/SVGPatternElement.h b/Source/core/svg/SVGPatternElement.h
|
| index 8fc1a46a58a288b3c82a1a7bf10ab651469ef9c5..f8983cc4ac5936415572ba1e657ac0cc23575372 100644
|
| --- a/Source/core/svg/SVGPatternElement.h
|
| +++ b/Source/core/svg/SVGPatternElement.h
|
| @@ -57,6 +57,7 @@ public:
|
| SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* patternContentUnits() { return m_patternContentUnits.get(); }
|
| const SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* patternUnits() const { return m_patternUnits.get(); }
|
| const SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* patternContentUnits() const { return m_patternContentUnits.get(); }
|
| + virtual bool supportsFocus() const OVERRIDE { return false; }
|
|
|
| private:
|
| explicit SVGPatternElement(Document&);
|
|
|