| Index: Source/core/dom/DOMMatrix.h
|
| diff --git a/Source/core/dom/DOMMatrix.h b/Source/core/dom/DOMMatrix.h
|
| index 301cb91b022b9b0a4262cfa533721e1817b800d2..6501e5ed080194f4ee9b17aee6eb615ef399deba 100644
|
| --- a/Source/core/dom/DOMMatrix.h
|
| +++ b/Source/core/dom/DOMMatrix.h
|
| @@ -45,6 +45,9 @@ public:
|
| DOMMatrix* scale3dSelf(double scale, double ox = 0, double oy = 0, double oz = 0);
|
| DOMMatrix* scaleNonUniformSelf(double sx, double sy = 1, double sz = 1,
|
| double ox = 0, double oy = 0, double oz = 0);
|
| + DOMMatrix* rotateSelf(double angle, double ox = 0, double oy = 0);
|
| + DOMMatrix* rotateFromVectorSelf(double x, double y);
|
| + DOMMatrix* rotateAxisAngleSelf(double x, double y, double z, double angle);
|
|
|
| private:
|
| DOMMatrix(const TransformationMatrix&, bool is2D = true);
|
|
|