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

Unified Diff: Source/core/svg/SVGFETurbulenceElement.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/SVGFETileElement.idl ('k') | Source/core/svg/SVGFilterPrimitiveStandardAttributes.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGFETurbulenceElement.idl
diff --git a/Source/core/svg/SVGFETurbulenceElement.idl b/Source/core/svg/SVGFETurbulenceElement.idl
index b4a326fb23002a545e96b94cad829e07e451ce47..a95a534783799cc6eded6ab916400ed5bd87f6ce 100644
--- a/Source/core/svg/SVGFETurbulenceElement.idl
+++ b/Source/core/svg/SVGFETurbulenceElement.idl
@@ -25,8 +25,7 @@
[
DoNotCheckConstants
-] interface SVGFETurbulenceElement : SVGStyledElement,
- SVGFilterPrimitiveStandardAttributes {
+] interface SVGFETurbulenceElement : SVGStyledElement {
// Turbulence Types
const unsigned short SVG_TURBULENCE_TYPE_UNKNOWN = 0;
const unsigned short SVG_TURBULENCE_TYPE_FRACTALNOISE = 1;
@@ -45,3 +44,4 @@
readonly attribute SVGAnimatedEnumeration type;
};
+SVGFETurbulenceElement implements SVGFilterPrimitiveStandardAttributes;
« no previous file with comments | « Source/core/svg/SVGFETileElement.idl ('k') | Source/core/svg/SVGFilterPrimitiveStandardAttributes.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698