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..85f7dbeabf01d73f91751acefa62975c08fbd7b5 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.h |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.h |
@@ -88,7 +88,7 @@ class CORE_EXPORT DOMMatrix : public DOMMatrixReadOnly { |
double ox = 0, |
double oy = 0, |
double oz = 0); |
- DOMMatrix* scale3dSelf(double scale, |
+ DOMMatrix* scale3dSelf(double scale = 1, |
double ox = 0, |
double oy = 0, |
double oz = 0); |