| Index: Source/core/dom/DOMMatrixReadOnly.h
|
| diff --git a/Source/core/dom/DOMMatrixReadOnly.h b/Source/core/dom/DOMMatrixReadOnly.h
|
| index f55b7b7f6cad5042b93f5338ac2906fb4afd1e51..5933420f1c6e262678afd65f94691efb44fa6981 100644
|
| --- a/Source/core/dom/DOMMatrixReadOnly.h
|
| +++ b/Source/core/dom/DOMMatrixReadOnly.h
|
| @@ -44,6 +44,7 @@ public:
|
| bool is2D() const;
|
| bool isIdentity() const;
|
|
|
| + DOMMatrix* multiply(DOMMatrix*);
|
| DOMMatrix* translate(double tx, double ty, double tz = 0);
|
| DOMMatrix* scale(double scale, double ox = 0, double oy = 0);
|
| DOMMatrix* scale3d(double scale, double ox = 0, double oy = 0, double oz = 0);
|
|
|