| 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 d9913c1dd17d8d6aefd1014383d3008a330a2df9..752f2fb1ef5cd3f9920d369b64132224cd28d3b2 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| @@ -19,6 +19,7 @@ class CORE_EXPORT DOMMatrix : public DOMMatrixReadOnly {
|
| static DOMMatrix* create(DOMMatrixReadOnly*,
|
| ExceptionState& = ASSERT_NO_EXCEPTION);
|
| static DOMMatrix* create(const SkMatrix44&, ExceptionState&);
|
| + static DOMMatrix* create(const String&, ExceptionState&);
|
| static DOMMatrix* create(Vector<double>, ExceptionState&);
|
| static DOMMatrix* fromFloat32Array(DOMFloat32Array*, ExceptionState&);
|
| static DOMMatrix* fromFloat64Array(DOMFloat64Array*, ExceptionState&);
|
|
|