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

Unified Diff: third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.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/SVGFEComponentTransferElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.idl b/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.idl
index 8eda50f9a300f6929b36b8b1a6ef1a95d2def249..dbc0da2a8858e089dad21abb805672a4af1bee03 100644
--- a/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGFEComponentTransferElement.idl
@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// http://www.w3.org/TR/filter-effects/#InterfaceSVGFEComponentTransferElement
+// https://drafts.fxtf.org/filters/#InterfaceSVGFEComponentTransferElement
interface SVGFEComponentTransferElement : SVGElement {
[MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedString in1;

Powered by Google App Engine
This is Rietveld 408576698