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

Unified Diff: Source/core/svg/SVGFEDisplacementMapElement.idl

Issue 18505003: Stop inheriting SVGFilterPrimitiveStandardAttributes in SVG (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/SVGFEDiffuseLightingElement.idl ('k') | Source/core/svg/SVGFEDropShadowElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGFEDisplacementMapElement.idl
diff --git a/Source/core/svg/SVGFEDisplacementMapElement.idl b/Source/core/svg/SVGFEDisplacementMapElement.idl
index 87570dd00c5894518f98bfd4c6dcf08aa3cabb97..a578c1c8c4c1976464f1ed7893c28822a098b559 100644
--- a/Source/core/svg/SVGFEDisplacementMapElement.idl
+++ b/Source/core/svg/SVGFEDisplacementMapElement.idl
@@ -25,8 +25,7 @@
[
DoNotCheckConstants
-] interface SVGFEDisplacementMapElement : SVGStyledElement,
- SVGFilterPrimitiveStandardAttributes {
+] interface SVGFEDisplacementMapElement : SVGStyledElement {
// Channel Selectors
const unsigned short SVG_CHANNEL_UNKNOWN = 0;
const unsigned short SVG_CHANNEL_R = 1;
@@ -41,3 +40,4 @@
readonly attribute SVGAnimatedEnumeration yChannelSelector;
};
+SVGFEDisplacementMapElement implements SVGFilterPrimitiveStandardAttributes;
« no previous file with comments | « Source/core/svg/SVGFEDiffuseLightingElement.idl ('k') | Source/core/svg/SVGFEDropShadowElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698