Chromium Code Reviews| Index: Source/core/svg/SVGStopElement.h |
| diff --git a/Source/core/svg/SVGStopElement.h b/Source/core/svg/SVGStopElement.h |
| index c884dfc769cb4d9c64ab5d845261b4634b355dfd..daa09242cf1aa0da0881b9daaa9639a0c5438788 100644 |
| --- a/Source/core/svg/SVGStopElement.h |
| +++ b/Source/core/svg/SVGStopElement.h |
| @@ -35,6 +35,8 @@ public: |
| SVGAnimatedNumber* offset() { return m_offset.get(); } |
| + virtual bool supportsFocus() const OVERRIDE { return false; } |
| + |
| private: |
| explicit SVGStopElement(Document&); |