| 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 56d6faadfce9b197888f7e7e21734ce16c56b652..bd3ae971a09c2ad9cbb650d0ab3d0e9c1db4d84b 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| @@ -70,6 +70,7 @@
|
| DOMMatrix skewX(optional unrestricted double sx = 0);
|
| DOMMatrix skewY(optional unrestricted double sy = 0);
|
| [RaisesException] DOMMatrix multiply(optional DOMMatrixInit other);
|
| + [RaisesException] DOMMatrix multiply(DOMMatrixReadOnly other);
|
| DOMMatrix flipX();
|
| DOMMatrix flipY();
|
| DOMMatrix inverse();
|
|
|