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

Unified Diff: Source/core/svg/SVGFEColorMatrixElement.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/SVGFEBlendElement.idl ('k') | Source/core/svg/SVGFEComponentTransferElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGFEColorMatrixElement.idl
diff --git a/Source/core/svg/SVGFEColorMatrixElement.idl b/Source/core/svg/SVGFEColorMatrixElement.idl
index 90cc35d0f39056319621b84c278659ae3c5eddf1..3da552898ef8920e279a4947678c7a86961a59a8 100644
--- a/Source/core/svg/SVGFEColorMatrixElement.idl
+++ b/Source/core/svg/SVGFEColorMatrixElement.idl
@@ -25,8 +25,7 @@
[
DoNotCheckConstants
-] interface SVGFEColorMatrixElement : SVGStyledElement,
- SVGFilterPrimitiveStandardAttributes {
+] interface SVGFEColorMatrixElement : SVGStyledElement {
// Color Matrix Types
const unsigned short SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0;
const unsigned short SVG_FECOLORMATRIX_TYPE_MATRIX = 1;
@@ -39,3 +38,4 @@
readonly attribute SVGAnimatedNumberList values;
};
+SVGFEColorMatrixElement implements SVGFilterPrimitiveStandardAttributes;
« no previous file with comments | « Source/core/svg/SVGFEBlendElement.idl ('k') | Source/core/svg/SVGFEComponentTransferElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698