summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.idl b/chromium/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.idl
index a91f58b6c70..e8cc53ea84b 100644
--- a/chromium/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.idl
+++ b/chromium/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.idl
@@ -23,6 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// http://www.w3.org/TR/filter-effects/#InterfaceSVGFEComponentTransferElement
+
interface SVGFEComponentTransferElement : SVGElement {
readonly attribute SVGAnimatedString in1;
};