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 fde873e7394ca6f2cfe66aee3c5646473a1155da..ab58428eb25d694f384a5c240501ae4e006b9c4f 100644 |
| --- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl |
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl |
| @@ -77,6 +77,8 @@ |
| DOMMatrix flipY(); |
| DOMMatrix inverse(); |
| + DOMPoint transformPoint(optional DOMPointInit point); |
| + |
| Float32Array toFloat32Array(); |
| Float64Array toFloat64Array(); |
| stringifier; |