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

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

Issue 2323653002: Remove SVGSVGElement.viewport attribute (Closed)
Patch Set: rebased 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.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
index 80aa89457d97d9a038f7188a390fa88bb6b1b73b..924794d6fba2ffb9d6ba7901737c9581fcd63892 100644
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp
@@ -88,13 +88,6 @@ SVGSVGElement::~SVGSVGElement()
{
}
-SVGRectTearOff* SVGSVGElement::viewport() const
-{
- // FIXME: This method doesn't follow the spec and is basically untested. Parent documents are not considered here.
- // As we have no test coverage for this, we're going to disable it completly for now.
- return SVGRectTearOff::create(SVGRect::create(), 0, PropertyIsNotAnimVal);
-}
-
SVGViewSpec* SVGSVGElement::currentView()
{
if (!m_viewSpec)
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGSVGElement.h ('k') | third_party/WebKit/Source/core/svg/SVGSVGElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698