| 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 752f2fb1ef5cd3f9920d369b64132224cd28d3b2..35a7afff44b959c384bdd77af3246be00737cffe 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| @@ -80,6 +80,7 @@ class CORE_EXPORT DOMMatrix : public DOMMatrixReadOnly {
|
| }
|
|
|
| DOMMatrix* multiplySelf(DOMMatrixInit&, ExceptionState&);
|
| + DOMMatrix* multiplySelf(DOMMatrixReadOnly*, ExceptionState&);
|
| DOMMatrix* preMultiplySelf(DOMMatrixInit&, ExceptionState&);
|
| DOMMatrix* translateSelf(double tx = 0, double ty = 0, double tz = 0);
|
| DOMMatrix* scaleSelf(double sx = 1);
|
|
|