 Chromium Code Reviews
 Chromium Code Reviews Issue 1315983012:
  Drop getBBox() override on SVGPathElement  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 1315983012:
  Drop getBBox() override on SVGPathElement  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: Source/core/svg/SVGPathElement.h | 
| diff --git a/Source/core/svg/SVGPathElement.h b/Source/core/svg/SVGPathElement.h | 
| index b94846a2b40971d5d36b5e27deac48c48e8a059d..4fbd17f53283db61aee5746f881409059f785337 100644 | 
| --- a/Source/core/svg/SVGPathElement.h | 
| +++ b/Source/core/svg/SVGPathElement.h | 
| @@ -96,8 +96,6 @@ public: | 
| void pathSegListChanged(ListModification = ListModificationUnknown); | 
| - FloatRect getBBox() override; | 
| - | 
| DECLARE_VIRTUAL_TRACE(); | 
| private: |