| 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..bd9cdf6792f41ef9e8e5413ba8dc6080a75de5aa 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| @@ -50,8 +50,6 @@ public:
|
| DECLARE_NODE_FACTORY(SVGSVGElement);
|
|
|
| // 'SVGSVGElement' functions
|
| - SVGRectTearOff* viewport() const;
|
| -
|
| bool useCurrentView() const { return m_useCurrentView; }
|
| SVGViewSpec* currentView();
|
|
|
|
|