| Index: Source/core/dom/DOMMatrixReadOnly.idl
|
| diff --git a/Source/core/dom/DOMMatrixReadOnly.idl b/Source/core/dom/DOMMatrixReadOnly.idl
|
| index 8968d42e4d9b310e646a4140bc7bfdbce6a67211..cb91b5b61a94092d6deb5a16ce25090988e53f35 100644
|
| --- a/Source/core/dom/DOMMatrixReadOnly.idl
|
| +++ b/Source/core/dom/DOMMatrixReadOnly.idl
|
| @@ -36,6 +36,7 @@
|
|
|
| // FIXME: Should implement some methods (See: crbug.com/388780)
|
| // Immutable transform methods
|
| + DOMMatrix multiply(DOMMatrix other);
|
| DOMMatrix translate(unrestricted double tx,
|
| unrestricted double ty,
|
| optional unrestricted double tz = 0);
|
|
|