| Index: Source/core/dom/DOMMatrix.idl
|
| diff --git a/Source/core/dom/DOMMatrix.idl b/Source/core/dom/DOMMatrix.idl
|
| index c6497e5f3bc289ffa82c5e07c6263208a00d8e97..e27a55cd8b1dcb5525f725cd8dc100c881749c23 100644
|
| --- a/Source/core/dom/DOMMatrix.idl
|
| +++ b/Source/core/dom/DOMMatrix.idl
|
| @@ -34,4 +34,8 @@
|
| attribute unrestricted double m44;
|
|
|
| // FIXME: Should implement some methods (See: crbug.com/388780)
|
| + // Mutable transform methods
|
| + DOMMatrix translateSelf(unrestricted double tx,
|
| + unrestricted double ty,
|
| + optional unrestricted double tz = 0);
|
| };
|
|
|