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

Unified Diff: third_party/WebKit/Source/core/svg/SVGFEGaussianBlurElement.idl

Issue 2572853002: Replace remaining /TR/ links in SVG IDL (Closed)
Patch Set: Created 4 years 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
Index: third_party/WebKit/Source/core/svg/SVGFEGaussianBlurElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGFEGaussianBlurElement.idl b/third_party/WebKit/Source/core/svg/SVGFEGaussianBlurElement.idl
index c9326d3e92ef1a0245a0c2e86a4793ed297fb976..a474905fffeb473dd55c6630ab1ca979e9d6774c 100644
--- a/third_party/WebKit/Source/core/svg/SVGFEGaussianBlurElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGFEGaussianBlurElement.idl
@@ -23,9 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// http://www.w3.org/TR/SVG11/filters.html#InterfaceSVGFEGaussianBlurElement
-// http://www.w3.org/TR/filter-effects/#InterfaceSVGFEGaussianBlurElement
-// Currently SVG 1.1 (SVG 2 members not implemented)
+// https://drafts.fxtf.org/filters/#InterfaceSVGFEGaussianBlurElement
interface SVGFEGaussianBlurElement : SVGElement {
[MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedString in1;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGFEFuncRElement.idl ('k') | third_party/WebKit/Source/core/svg/SVGFEImageElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698