Index: Source/core/svg/SVGClipPathElement.h |
diff --git a/Source/core/svg/SVGClipPathElement.h b/Source/core/svg/SVGClipPathElement.h |
index 6bc2bbc2e562f976d59be190e996252bfa1b280a..a39fdcb561fa99e262a61583c1c432c2a5e27862 100644 |
--- a/Source/core/svg/SVGClipPathElement.h |
+++ b/Source/core/svg/SVGClipPathElement.h |
@@ -36,6 +36,8 @@ public: |
static PassRefPtr<SVGClipPathElement> create(Document&); |
SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType>* clipPathUnits() { return m_clipPathUnits.get(); } |
+ virtual bool supportsFocus() const OVERRIDE { return false; } |
+ |
private: |
explicit SVGClipPathElement(Document&); |