| Index: third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| index 622ff0d75f454e6fa197bd556a1aa713a32f2964..8833614283bea410abf92e2b5df7212f7bbeb825 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| @@ -61,6 +61,11 @@
|
| optional unrestricted double originX = 0,
|
| optional unrestricted double originY = 0,
|
| optional unrestricted double originZ = 0);
|
| + DOMMatrix rotate(optional unrestricted double rotX = 0,
|
| + optional unrestricted double rotY,
|
| + optional unrestricted double rotZ);
|
| + DOMMatrix rotateFromVector(optional unrestricted double x = 0,
|
| + optional unrestricted double y = 0);
|
| DOMMatrix rotateAxisAngle(optional unrestricted double x = 0,
|
| optional unrestricted double y = 0,
|
| optional unrestricted double z = 0,
|
|
|