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 c63802515cc07545e18a1bbfeb6f5d2b11ed0548..9b652af29107837b6fbcd6f0bb1a6e038b59b305 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h |
+++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h |
@@ -61,6 +61,8 @@ public: |
DOMFloat32Array* toFloat32Array() const; |
DOMFloat64Array* toFloat64Array() const; |
+ const String toString() const; |
+ |
const TransformationMatrix& matrix() const { return *m_matrix; } |
DEFINE_INLINE_TRACE() { } |