Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(861)

Unified Diff: third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl

Issue 2283173003: Implement inverse & invertSelf function in DOMMatrix & DOMMatrixReadOnly. (Closed)
Patch Set: Implement inverse & invertSelf funtion in DomMatrix & DOMMatrixReadOnly. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f57c1fc691f9a48da39303e67f7ad5293f5e4c5d..356487c820ad2c9c7e101fccdc26f00865bf5997 100644
--- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
+++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
@@ -61,6 +61,7 @@
DOMMatrix skewY(optional unrestricted double sy = 0);
DOMMatrix flipX();
DOMMatrix flipY();
+ DOMMatrix inverse();
Float32Array toFloat32Array();
Float64Array toFloat64Array();

Powered by Google App Engine
This is Rietveld 408576698