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 472fa33b1b9a5fd9b4b3d465adaf69de6a79a6fd..18261f9bd50b1ba708a9e38c82f86262fce3da66 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl |
@@ -64,6 +64,10 @@ |
optional unrestricted double originX = 0, |
optional unrestricted double originY = 0, |
optional unrestricted double originZ = 0); |
+ DOMMatrix rotateAxisAngle(optional unrestricted double x = 0, |
+ optional unrestricted double y = 0, |
+ optional unrestricted double z = 0, |
+ optional unrestricted double angle = 0); |
DOMMatrix skewX(optional unrestricted double sx = 0); |
DOMMatrix skewY(optional unrestricted double sy = 0); |
[RaisesException] DOMMatrix multiply(optional DOMMatrixInit other); |