| Index: third_party/WebKit/Source/core/svg/SVGFEImageElement.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEImageElement.idl b/third_party/WebKit/Source/core/svg/SVGFEImageElement.idl
|
| index 05ecf0caca43cbc4dbf3adb091c78b4eb275a93f..c1c45217463f36625b8aeca30c49dc8a687dd52a 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEImageElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEImageElement.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#InterfaceSVGFEImageElement
|
| -// http://www.w3.org/TR/filter-effects/#InterfaceSVGFEImageElement
|
| -// Currently SVG 1.1, SVG 2 members not implemented
|
| +// https://drafts.fxtf.org/filters/#InterfaceSVGFEImageElement
|
|
|
| interface SVGFEImageElement : SVGElement {
|
| [MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
|
|
|