| 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 b4ccb8ce6a302835f6c77780ca98c4d37f3f29aa..5dfa045f1acb5e5ed9671ffe3e2cca81a5058731 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| @@ -18,6 +18,7 @@ class CORE_EXPORT DOMMatrix : public DOMMatrixReadOnly {
|
| static DOMMatrix* create(ExceptionState&);
|
| static DOMMatrix* create(DOMMatrixReadOnly*,
|
| ExceptionState& = ASSERT_NO_EXCEPTION);
|
| + static DOMMatrix* create(const TransformationMatrix&);
|
| static DOMMatrix* create(const SkMatrix44&, ExceptionState&);
|
| static DOMMatrix* create(const String&, ExceptionState&);
|
| static DOMMatrix* create(Vector<double>, ExceptionState&);
|
|
|