| 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 87f70a8909c6fff75db896945a40bbde0e130065..2324b2eee1b983d1b725788b9c7bffb559b111b5 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h
|
| @@ -16,6 +16,8 @@ namespace blink {
|
|
|
| class DOMMatrix;
|
| class DOMMatrixInit;
|
| +class DOMPoint;
|
| +class DOMPointInit;
|
|
|
| class CORE_EXPORT DOMMatrixReadOnly
|
| : public GarbageCollectedFinalized<DOMMatrixReadOnly>,
|
| @@ -80,6 +82,8 @@ class CORE_EXPORT DOMMatrixReadOnly
|
| DOMMatrix* flipY();
|
| DOMMatrix* inverse();
|
|
|
| + DOMPoint* transformPoint(const DOMPointInit&);
|
| +
|
| DOMFloat32Array* toFloat32Array() const;
|
| DOMFloat64Array* toFloat64Array() const;
|
|
|
|
|