Chromium Code Reviews| 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..94be40cdf45dff447e2b7ec0d6c218e8af114d71 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(DOMPointInit&); |
|
zino
2016/10/17 15:44:44
nit: const DOMPointInit&
Hwanseung Lee
2016/10/17 23:47:30
Done.
|
| + |
| DOMFloat32Array* toFloat32Array() const; |
| DOMFloat64Array* toFloat64Array() const; |