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

Unified Diff: trunk/Source/core/svg/SVGFilterElement.h

Issue 14852010: Revert 150342 "Implement filter primitive subregion for referenc..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 7 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: trunk/Source/core/svg/SVGFilterElement.h
===================================================================
--- trunk/Source/core/svg/SVGFilterElement.h (revision 150368)
+++ trunk/Source/core/svg/SVGFilterElement.h (working copy)
@@ -24,7 +24,6 @@
#define SVGFilterElement_h
#if ENABLE(SVG)
-#include "SVGNames.h"
#include "core/svg/SVGAnimatedBoolean.h"
#include "core/svg/SVGAnimatedEnumeration.h"
#include "core/svg/SVGAnimatedInteger.h"
@@ -78,13 +77,7 @@
END_DECLARE_ANIMATED_PROPERTIES
};
-inline SVGFilterElement* toSVGFilterElement(SVGElement* element)
-{
- ASSERT_WITH_SECURITY_IMPLICATION(!element || element->hasTagName(SVGNames::filterTag));
- return static_cast<SVGFilterElement*>(element);
}
-}
-
#endif
#endif

Powered by Google App Engine
This is Rietveld 408576698