| Index: third_party/WebKit/Source/core/dom/DOMMatrix.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMMatrix.idl b/third_party/WebKit/Source/core/dom/DOMMatrix.idl
|
| index db22f97daf1c6a6281c75178503eab5502141c61..98afed2ea49548efb92cb59cd2db6f5897dab2a1 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrix.idl
|
| @@ -64,6 +64,10 @@
|
| optional unrestricted double originX = 0,
|
| optional unrestricted double originY = 0,
|
| optional unrestricted double originZ = 0);
|
| + DOMMatrix rotateAxisAngleSelf(optional unrestricted double x = 0,
|
| + optional unrestricted double y = 0,
|
| + optional unrestricted double z = 0,
|
| + optional unrestricted double angle = 0);
|
| DOMMatrix skewXSelf(optional unrestricted double sx = 0);
|
| DOMMatrix skewYSelf(optional unrestricted double sy = 0);
|
| DOMMatrix invertSelf();
|
|
|