| Index: Source/core/dom/DOMMatrixReadOnly.idl
|
| diff --git a/Source/core/dom/DOMMatrixReadOnly.idl b/Source/core/dom/DOMMatrixReadOnly.idl
|
| index 6e3c763eb99f490a0452a34519c1895554c6d241..3e5b655822e58eae6731128fb0c954bfefd8dec6 100644
|
| --- a/Source/core/dom/DOMMatrixReadOnly.idl
|
| +++ b/Source/core/dom/DOMMatrixReadOnly.idl
|
| @@ -52,4 +52,13 @@
|
| optional unrestricted double ox = 0,
|
| optional unrestricted double oy = 0,
|
| optional unrestricted double oz = 0);
|
| + DOMMatrix rotate(unrestricted double angle,
|
| + optional unrestricted double ox = 0,
|
| + optional unrestricted double oy = 0);
|
| + DOMMatrix rotateFromVector(unrestricted double x,
|
| + unrestricted double y);
|
| + DOMMatrix rotateAxisAngle(unrestricted double x,
|
| + unrestricted double y,
|
| + unrestricted double z,
|
| + unrestricted double angle);
|
| };
|
|
|