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 128831e53e1c867a3d6b02b0ecd3b3e844eac904..bb1ac94251ac9434970f5ba4deef5d5ccb7dc6c5 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
@@ -66,6 +66,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(); |