| Index: Source/core/dom/DOMMatrix.h
|
| diff --git a/Source/core/dom/DOMMatrix.h b/Source/core/dom/DOMMatrix.h
|
| index 6501e5ed080194f4ee9b17aee6eb615ef399deba..b8f874004613e73b99fe61f4167d3eecae99eadd 100644
|
| --- a/Source/core/dom/DOMMatrix.h
|
| +++ b/Source/core/dom/DOMMatrix.h
|
| @@ -48,6 +48,8 @@ public:
|
| 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);
|
| + DOMMatrix* skewXSelf(double sx);
|
| + DOMMatrix* skewYSelf(double sy);
|
|
|
| private:
|
| DOMMatrix(const TransformationMatrix&, bool is2D = true);
|
|
|