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

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

Issue 1420263002: Remove some dead code in SVG "mixins" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGZoomAndPan.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGZoomAndPan.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGZoomAndPan.cpp b/third_party/WebKit/Source/core/svg/SVGZoomAndPan.cpp
index ada7d6c8b3f69e232ba3c335b143e8efab78366d..0e3db78f08c6813779ea1bfdee1d24566b34e197 100644
--- a/third_party/WebKit/Source/core/svg/SVGZoomAndPan.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGZoomAndPan.cpp
@@ -41,11 +41,6 @@ bool SVGZoomAndPan::isKnownAttribute(const QualifiedName& attrName)
return attrName == SVGNames::zoomAndPanAttr;
}
-void SVGZoomAndPan::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes)
-{
- supportedAttributes.add(SVGNames::zoomAndPanAttr);
-}
-
static const LChar disable[] = {'d', 'i', 's', 'a', 'b', 'l', 'e'};
static const LChar magnify[] = {'m', 'a', 'g', 'n', 'i', 'f', 'y'};
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGZoomAndPan.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698