Index: Source/core/dom/DOMMatrixReadOnly.idl |
diff --git a/Source/core/dom/DOMMatrixReadOnly.idl b/Source/core/dom/DOMMatrixReadOnly.idl |
index 53cec159e94b99a104c5df88d6899c16460db0bf..b26637506bc17ad8c8799b2c9f630fb64544b5ca 100644 |
--- a/Source/core/dom/DOMMatrixReadOnly.idl |
+++ b/Source/core/dom/DOMMatrixReadOnly.idl |
@@ -35,4 +35,8 @@ |
readonly attribute boolean isIdentity; |
// FIXME: Should implement some methods (See: crbug.com/388780) |
+ // Immutable transform methods |
+ DOMMatrix translate(unrestricted double tx, |
+ unrestricted double ty, |
+ optional unrestricted double tz = 0); |
}; |