Chromium Code Reviews| 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 f57c1fc691f9a48da39303e67f7ad5293f5e4c5d..356487c820ad2c9c7e101fccdc26f00865bf5997 100644 |
| --- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl |
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl |
| @@ -61,6 +61,7 @@ |
| DOMMatrix skewY(optional unrestricted double sy = 0); |
| DOMMatrix flipX(); |
| DOMMatrix flipY(); |
| + DOMMatrix inverse(); |
| Float32Array toFloat32Array(); |
| Float64Array toFloat64Array(); |