Index: Source/core/svg/SVGMaskElement.h |
diff --git a/Source/core/svg/SVGMaskElement.h b/Source/core/svg/SVGMaskElement.h |
index b1b227a0aafeae6bcbcc0e7f30215f26a60b1361..e182377eebaa73bf5c76e66304d39b5fdadd9e65 100644 |
--- a/Source/core/svg/SVGMaskElement.h |
+++ b/Source/core/svg/SVGMaskElement.h |
@@ -42,6 +42,8 @@ public: |
SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* maskUnits() { return m_maskUnits.get(); } |
SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* maskContentUnits() { return m_maskContentUnits.get(); } |
+ virtual bool supportsFocus() const OVERRIDE { return false; } |
+ |
private: |
explicit SVGMaskElement(Document&); |