| Index: third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMMatrix.h b/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| index 0fa7382af44fc24c3fc39eb7342ca6891f60cd8d..c6265531acba984d99318eb40c48afa746818f7f 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| @@ -104,6 +104,8 @@ class CORE_EXPORT DOMMatrix : public DOMMatrixReadOnly {
|
| DOMMatrix* skewYSelf(double sy = 0);
|
| DOMMatrix* invertSelf();
|
|
|
| + DOMMatrix* setMatrixValue(const String&, ExceptionState&);
|
| +
|
| private:
|
| DOMMatrix(const TransformationMatrix&, bool is2D = true);
|
| template <typename T>
|
|
|