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 8833614283bea410abf92e2b5df7212f7bbeb825..56e4b296445e33e403e422ec5060de55284b9d8f 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl |
@@ -48,8 +48,8 @@ |
// TODO(zino): Should implement transformPoint() method (See: crbug.com/645885) |
// TODO(zino): Should remove scaleNonUniform() method (See: crbug.com/645887) |
// Immutable transform methods |
- DOMMatrix translate(unrestricted double tx, |
- unrestricted double ty, |
+ DOMMatrix translate(optional unrestricted double tx = 0, |
+ optional unrestricted double ty = 0, |
optional unrestricted double tz = 0); |
DOMMatrix scale(optional unrestricted double scaleX = 1, |
optional unrestricted double scaleY, |