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 ee0290dd8b74f560fe784cb308cb83ba3798a982..02437f35d079ccdbe88cbc634a94b6f1800fede5 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.idl |
@@ -56,4 +56,6 @@ |
optional unrestricted double originX = 0, |
optional unrestricted double originY = 0, |
optional unrestricted double originZ = 0); |
+ DOMMatrix skewXSelf(optional unrestricted double sx = 0); |
+ DOMMatrix skewYSelf(optional unrestricted double sy = 0); |
}; |