| Index: Source/core/dom/DOMMatrixReadOnly.h
|
| diff --git a/Source/core/dom/DOMMatrixReadOnly.h b/Source/core/dom/DOMMatrixReadOnly.h
|
| index bca7fc080579b41311d1a6f00fb3fcf46ad2dfef..76a5d98448d69f533291faa9e818bf23ab89bf0d 100644
|
| --- a/Source/core/dom/DOMMatrixReadOnly.h
|
| +++ b/Source/core/dom/DOMMatrixReadOnly.h
|
| @@ -53,6 +53,8 @@ public:
|
| DOMMatrix* rotate(double angle, double ox = 0, double oy = 0);
|
| DOMMatrix* rotateFromVector(double x, double y);
|
| DOMMatrix* rotateAxisAngle(double x, double y, double z, double angle);
|
| + DOMMatrix* skewX(double sx);
|
| + DOMMatrix* skewY(double sy);
|
|
|
| PassRefPtr<Float32Array> toFloat32Array() const;
|
| PassRefPtr<Float64Array> toFloat64Array() const;
|
|
|