Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(597)

Unified Diff: third_party/WebKit/Source/core/svg/SVGSVGElement.h

Issue 2323653002: Remove SVGSVGElement.viewport attribute (Closed)
Patch Set: removed ::viewport() Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/core/svg/SVGSVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698