| Index: third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h
|
| index 87f70a8909c6fff75db896945a40bbde0e130065..203f8acd5374455db857a90a23f675316ddfe875 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h
|
| @@ -65,7 +65,10 @@ class CORE_EXPORT DOMMatrixReadOnly
|
| double ox = 0,
|
| double oy = 0,
|
| double oz = 0);
|
| - DOMMatrix* scale3d(double scale, double ox = 0, double oy = 0, double oz = 0);
|
| + DOMMatrix* scale3d(double scale = 1,
|
| + double ox = 0,
|
| + double oy = 0,
|
| + double oz = 0);
|
| DOMMatrix* rotate(double rotX);
|
| DOMMatrix* rotate(double rotX, double rotY);
|
| DOMMatrix* rotate(double rotX, double rotY, double rotZ);
|
|
|