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

Unified Diff: Source/core/svg/SVGFEImageElement.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/SVGEllipseElement.idl ('k') | Source/core/svg/SVGFEImageElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGFEImageElement.h
diff --git a/Source/core/svg/SVGFEImageElement.h b/Source/core/svg/SVGFEImageElement.h
index a1c95c0abd3329d538dfea04e54d3a6895246eb6..c409f4983c5fa4efd5f1dcc02dfa75038c36b459 100644
--- a/Source/core/svg/SVGFEImageElement.h
+++ b/Source/core/svg/SVGFEImageElement.h
@@ -28,7 +28,6 @@
#include "core/svg/SVGAnimatedPreserveAspectRatio.h"
#include "core/svg/SVGExternalResourcesRequired.h"
#include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
-#include "core/svg/SVGLangSpace.h"
#include "core/svg/SVGURIReference.h"
#include "core/svg/graphics/filters/SVGFEImage.h"
@@ -36,7 +35,6 @@ namespace WebCore {
class SVGFEImageElement FINAL : public SVGFilterPrimitiveStandardAttributes,
public SVGURIReference,
- public SVGLangSpace,
public SVGExternalResourcesRequired,
public CachedImageClient {
public:
« no previous file with comments | « Source/core/svg/SVGEllipseElement.idl ('k') | Source/core/svg/SVGFEImageElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698