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 b8b33c1bb0d4bab64a6175ae7b4ad62ed88b3abf..b9e4d1cd47877f960527f6910042cfccedb5b34a 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.h |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.h |
@@ -47,6 +47,8 @@ public: |
DOMMatrix* scale3dSelf(double scale, double ox = 0, double oy = 0, double oz = 0); |
DOMMatrix* scaleNonUniformSelf(double sx, double sy = 1, double sz = 1, |
double ox = 0, double oy = 0, double oz = 0); |
+ DOMMatrix* skewXSelf(double sx = 0); |
+ DOMMatrix* skewYSelf(double sy = 0); |
private: |
DOMMatrix(const TransformationMatrix&, bool is2D = true); |