Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/SVGSVGElement.h |
| diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.h b/third_party/WebKit/Source/core/svg/SVGSVGElement.h |
| index a7dbd3efc85d72ea1e441cb6d52009f01844fdbd..83500bc75c0cf3db2a61de8e31b7fdaa9ea0d997 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.h |
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.h |
| @@ -50,7 +50,6 @@ public: |
| DECLARE_NODE_FACTORY(SVGSVGElement); |
| // 'SVGSVGElement' functions |
| - SVGRectTearOff* viewport() const; |
|
fs
2016/09/08 10:15:38
Nit: Drop this blank line as well.
Shanmuga Pandi
2016/09/08 14:17:19
Done.
|
| bool useCurrentView() const { return m_useCurrentView; } |
| SVGViewSpec* currentView(); |