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