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