| Index: third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h
|
| diff --git a/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h
|
| index 05f7f339612b76a6958e9626a92c69e95a0b666c..b26da77145e917a4248407162ac65e00ed6c6a38 100644
|
| --- a/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h
|
| +++ b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h
|
| @@ -36,6 +36,7 @@ class CORE_EXPORT DOMMatrixReadOnly
|
| static DOMMatrixReadOnly* fromFloat64Array(NotShared<DOMFloat64Array>,
|
| ExceptionState&);
|
| static DOMMatrixReadOnly* fromMatrix(DOMMatrixInit&, ExceptionState&);
|
| + static DOMMatrixReadOnly* CreateForSerialization(double[], int size);
|
| virtual ~DOMMatrixReadOnly();
|
|
|
| double a() const { return matrix_->M11(); }
|
|
|