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 e9608816dde1a0d6eb17a191f3510a4f5934af5d..f5aaa262ffefa2b04807a2da285be97ddd9078cd 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.h |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.h |
@@ -53,6 +53,7 @@ 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* rotateAxisAngleSelf(double x = 0, double y = 0, double z = 0, double angle = 0); |
DOMMatrix* skewXSelf(double sx = 0); |
DOMMatrix* skewYSelf(double sy = 0); |
DOMMatrix* invertSelf(); |