Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGDefsElement.h
index 8a60824..d8cbf52 100644 (file)
@@ -30,11 +30,12 @@ class SVGDefsElement FINAL : public SVGGraphicsElement {
 public:
     static PassRefPtr<SVGDefsElement> create(Document&);
 
+    virtual bool supportsFocus() const OVERRIDE { return false; }
+
 private:
     explicit SVGDefsElement(Document&);
 
     virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
-
 };
 
 } // namespace WebCore