| 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 77a0c68071fe6aa3d9d2cf61f0b5da1c24f91974..0d69dbd7d9b8571005469715be2aa0898b3df625 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>,
|
| @@ -76,6 +78,8 @@ class CORE_EXPORT DOMMatrixReadOnly
|
| DOMMatrix* flipY();
|
| DOMMatrix* inverse();
|
|
|
| + DOMPoint* transformPoint(const DOMPointInit&);
|
| +
|
| DOMFloat32Array* toFloat32Array() const;
|
| DOMFloat64Array* toFloat64Array() const;
|
|
|
|
|