| Index: third_party/WebKit/Source/core/svg/SVGTransform.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTransform.idl b/third_party/WebKit/Source/core/svg/SVGTransform.idl
|
| index 874f04b85ec819bb66cc6664a06fb05d60ffa90d..9353ece9878c25133f2336121feee9f5885e2217 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTransform.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTransform.idl
|
| @@ -35,10 +35,11 @@
|
| const unsigned short SVG_TRANSFORM_SKEWY = 6;
|
|
|
| [ImplementedAs=transformType] readonly attribute unsigned short type;
|
| - // TODO(foolip): SVGMatrix should be DOMMatrixReadOnly.
|
| + // TODO(foolip): SVGMatrix should be DOMMatrix.
|
| readonly attribute SVGMatrix matrix;
|
| readonly attribute float angle;
|
|
|
| + // TODO(foolip): SVGMatrix should be DOMMatrixReadOnly.
|
| [RaisesException] void setMatrix(SVGMatrix matrix);
|
| [RaisesException] void setTranslate(float tx, float ty);
|
| [RaisesException] void setScale(float sx, float sy);
|
|
|