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