Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGClipPathElement.h
index 6bc2bbc..a39fdcb 100644 (file)
@@ -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&);