Index: Source/core/dom/DOMMatrix.idl |
diff --git a/Source/core/dom/DOMMatrix.idl b/Source/core/dom/DOMMatrix.idl |
index 96ac8fae48d465cc4a106d9947ea274f0b70e0ef..33d40dda21980161407d213ec68058875c8f7588 100644 |
--- a/Source/core/dom/DOMMatrix.idl |
+++ b/Source/core/dom/DOMMatrix.idl |
@@ -35,6 +35,8 @@ |
// FIXME: Should implement some methods (See: crbug.com/388780) |
// Mutable transform methods |
+ DOMMatrix multiplySelf(DOMMatrix other); |
+ DOMMatrix preMultiplySelf(DOMMatrix other); |
DOMMatrix translateSelf(unrestricted double tx, |
unrestricted double ty, |
optional unrestricted double tz = 0); |