| Index: third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMMatrix.h b/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| index b9e4d1cd47877f960527f6910042cfccedb5b34a..570198a44b7d1cbcbaccd7d3d4a8fcd99a0a12e9 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| @@ -49,6 +49,7 @@ public:
|
| double ox = 0, double oy = 0, double oz = 0);
|
| DOMMatrix* skewXSelf(double sx = 0);
|
| DOMMatrix* skewYSelf(double sy = 0);
|
| + DOMMatrix* invertSelf();
|
|
|
| private:
|
| DOMMatrix(const TransformationMatrix&, bool is2D = true);
|
|
|