| Index: third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| index ae178e9ac0429f4011e9e0f82ba0b770f4cd16f5..5f72e8536aae60c1997b0a9e5931a7ccdc41fb6f 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| @@ -57,6 +57,8 @@
|
| optional unrestricted double originY = 0,
|
| optional unrestricted double originZ = 0);
|
| DOMMatrix multiply(DOMMatrix other);
|
| + DOMMatrix flipX();
|
| + DOMMatrix flipY();
|
|
|
| Float32Array toFloat32Array();
|
| Float64Array toFloat64Array();
|
|
|