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 6efa808be16a2f5dd0b2f02937cb8800dad906e6..4254e947fd408bca52a7893f05289eab4b05a6ee 100644 |
--- a/third_party/WebKit/Source/core/geometry/DOMMatrix.h |
+++ b/third_party/WebKit/Source/core/geometry/DOMMatrix.h |
@@ -30,6 +30,7 @@ class CORE_EXPORT DOMMatrix : public DOMMatrixReadOnly { |
static DOMMatrix* fromFloat64Array(NotShared<DOMFloat64Array>, |
ExceptionState&); |
static DOMMatrix* fromMatrix(DOMMatrixInit&, ExceptionState&); |
+ static DOMMatrix* CreateForSerialization(double[], int size); |
void setA(double value) { matrix_->SetM11(value); } |
void setB(double value) { matrix_->SetM12(value); } |