| 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 03512f0ca140443739c26b909cc1ad5fa7f181c0..dd58a4ef323eee13c64fd77416ce2ea0b344a4fa 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h
|
| @@ -59,6 +59,7 @@ public:
|
| DOMMatrix* scale3d(double scale, double ox = 0, double oy = 0, double oz = 0);
|
| DOMMatrix* scaleNonUniform(double sx, double sy = 1, double sz = 1,
|
| double ox = 0, double oy = 0, double oz = 0);
|
| + DOMMatrix* rotateAxisAngle(double x = 0, double y = 0, double z = 0, double angle = 0);
|
| DOMMatrix* skewX(double sx);
|
| DOMMatrix* skewY(double sy);
|
| DOMMatrix* flipX();
|
|
|