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

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

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
Index: third_party/WebKit/Source/core/svg/SVGZoomAndPan.h
diff --git a/third_party/WebKit/Source/core/svg/SVGZoomAndPan.h b/third_party/WebKit/Source/core/svg/SVGZoomAndPan.h
index 116a47b2c414b37be949e4751821e9a8d9454605..7a67150e0b410ab5980a31fc53d887250ec0b7b2 100644
--- a/third_party/WebKit/Source/core/svg/SVGZoomAndPan.h
+++ b/third_party/WebKit/Source/core/svg/SVGZoomAndPan.h
@@ -24,7 +24,6 @@
#include "core/SVGNames.h"
#include "core/dom/QualifiedName.h"
-#include "wtf/HashSet.h"
namespace blink {
@@ -48,7 +47,6 @@ public:
virtual ~SVGZoomAndPan() { }
static bool isKnownAttribute(const QualifiedName&);
- static void addSupportedAttributes(HashSet<QualifiedName>&);
static SVGZoomAndPanType parseFromNumber(unsigned short number)
{
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGUseElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGZoomAndPan.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698