| Index: Source/core/dom/DOMMatrixReadOnly.h
|
| diff --git a/Source/core/dom/DOMMatrixReadOnly.h b/Source/core/dom/DOMMatrixReadOnly.h
|
| index 76a5d98448d69f533291faa9e818bf23ab89bf0d..152380d797f8ed28c837cfcfe161cc5fa8c90a62 100644
|
| --- a/Source/core/dom/DOMMatrixReadOnly.h
|
| +++ b/Source/core/dom/DOMMatrixReadOnly.h
|
| @@ -55,6 +55,8 @@ public:
|
| DOMMatrix* rotateAxisAngle(double x, double y, double z, double angle);
|
| DOMMatrix* skewX(double sx);
|
| DOMMatrix* skewY(double sy);
|
| + DOMMatrix* flipX();
|
| + DOMMatrix* flipY();
|
|
|
| PassRefPtr<Float32Array> toFloat32Array() const;
|
| PassRefPtr<Float64Array> toFloat64Array() const;
|
|
|