Index: third_party/WebKit/Source/core/geometry/DOMMatrix.h |
diff --git a/third_party/WebKit/Source/core/geometry/DOMMatrix.h b/third_party/WebKit/Source/core/geometry/DOMMatrix.h |
index e809cd5ab5e6e3f3a8c26e6accc6e04aae92f1c2..2b2bb689b21323751f946f3c77fc3adcd7b1a1b9 100644 |
--- a/third_party/WebKit/Source/core/geometry/DOMMatrix.h |
+++ b/third_party/WebKit/Source/core/geometry/DOMMatrix.h |
@@ -29,6 +29,7 @@ class CORE_EXPORT DOMMatrix : public DOMMatrixReadOnly { |
static DOMMatrix* fromFloat64Array(NotShared<DOMFloat64Array>, |
ExceptionState&); |
static DOMMatrix* fromMatrix(DOMMatrixInit&, ExceptionState&); |
+ static DOMMatrix* fromMatrixForSerialization(DOMMatrixInit&); |
void setA(double value) { matrix_->SetM11(value); } |
void setB(double value) { matrix_->SetM12(value); } |