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 efb275046622c9e61f989823f0d3fbdbce451a46..ecd733866dc6803b9cf0d8c193603362cf15ac03 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.h |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrix.h |
@@ -92,6 +92,10 @@ class CORE_EXPORT DOMMatrix : public DOMMatrixReadOnly { |
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(); |