Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: third_party/WebKit/Source/core/dom/DOMMatrix.h

Issue 2459363002: [GeometryInterface] parameter of scale3d*() was changed. (Closed)
Patch Set: add test. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698