Index: third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h |
diff --git a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h |
index 08779b37bf243202d81dcd1024e920050ddd4b58..cd19086fb95f05e087478c3ee094075bfa73a5c1 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h |
@@ -59,6 +59,7 @@ public: |
DOMMatrix* skewY(double sy); |
DOMMatrix* flipX(); |
DOMMatrix* flipY(); |
+ DOMMatrix* inverse(); |
DOMFloat32Array* toFloat32Array() const; |
DOMFloat64Array* toFloat64Array() const; |