| 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;
|
|
|