Index: third_party/WebKit/Source/core/dom/DOMMatrix.h |
diff --git a/third_party/WebKit/Source/core/dom/DOMMatrix.h b/third_party/WebKit/Source/core/dom/DOMMatrix.h |
index c6265531acba984d99318eb40c48afa746818f7f..ae004ea0b2e0f9d10949c432f96a48b38c9b8a67 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.h |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.h |
@@ -80,7 +80,7 @@ class CORE_EXPORT DOMMatrix : public DOMMatrixReadOnly { |
DOMMatrix* multiplySelf(DOMMatrixInit&, ExceptionState&); |
DOMMatrix* preMultiplySelf(DOMMatrixInit&, ExceptionState&); |
- DOMMatrix* translateSelf(double tx, double ty, double tz = 0); |
+ DOMMatrix* translateSelf(double tx = 0, double ty = 0, double tz = 0); |
DOMMatrix* scaleSelf(double sx = 1); |
DOMMatrix* scaleSelf(double sx, |
double sy, |