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

Unified Diff: Source/core/svg/SVGMarkerElement.h

Issue 17608010: Remove SVGLangSpace IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 | « Source/core/svg/SVGLineElement.idl ('k') | Source/core/svg/SVGMarkerElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGMarkerElement.h
diff --git a/Source/core/svg/SVGMarkerElement.h b/Source/core/svg/SVGMarkerElement.h
index bfc1a49b90c3ead34e09a1d6039be1e676aa911b..07ac433367d3e55c20517bbf3d557b3960f89f95 100644
--- a/Source/core/svg/SVGMarkerElement.h
+++ b/Source/core/svg/SVGMarkerElement.h
@@ -29,7 +29,6 @@
#include "core/svg/SVGAnimatedRect.h"
#include "core/svg/SVGExternalResourcesRequired.h"
#include "core/svg/SVGFitToViewBox.h"
-#include "core/svg/SVGLangSpace.h"
#include "core/svg/SVGStyledElement.h"
namespace WebCore {
@@ -95,7 +94,6 @@ struct SVGPropertyTraits<SVGMarkerOrientType> {
};
class SVGMarkerElement FINAL : public SVGStyledElement,
- public SVGLangSpace,
public SVGExternalResourcesRequired,
public SVGFitToViewBox {
public:
« no previous file with comments | « Source/core/svg/SVGLineElement.idl ('k') | Source/core/svg/SVGMarkerElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698