| Index: Source/core/dom/DOMMatrixReadOnly.idl
|
| diff --git a/Source/core/dom/DOMMatrixReadOnly.idl b/Source/core/dom/DOMMatrixReadOnly.idl
|
| index 549e15067e63002ff3ad23e0fe2907805532e468..c8417bf52c90158ff70265035f1427c405a60543 100644
|
| --- a/Source/core/dom/DOMMatrixReadOnly.idl
|
| +++ b/Source/core/dom/DOMMatrixReadOnly.idl
|
| @@ -64,6 +64,8 @@
|
| DOMMatrix skewX(unrestricted double sx);
|
| DOMMatrix skewY(unrestricted double sy);
|
| DOMMatrix multiply(DOMMatrix other);
|
| + DOMMatrix flipX();
|
| + DOMMatrix flipY();
|
|
|
| Float32Array toFloat32Array();
|
| Float64Array toFloat64Array();
|
|
|