| Index: third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h
|
| index c78bfe50da335a02e5411f03f91910faa8aa748f..fa7294c0fdc6599a24259f7cc64ed1d56faed6f7 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h
|
| @@ -61,6 +61,7 @@ class CORE_EXPORT DOMMatrixReadOnly
|
| bool isIdentity() const;
|
|
|
| DOMMatrix* multiply(DOMMatrixInit&, ExceptionState&);
|
| + DOMMatrix* multiply(DOMMatrixReadOnly*, ExceptionState&);
|
| DOMMatrix* translate(double tx = 0, double ty = 0, double tz = 0);
|
| DOMMatrix* scale(double sx = 1);
|
| DOMMatrix* scale(double sx,
|
|
|