| 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 05083927f89d4f1a0ed0ac435e25e15084d41a4e..fa710fc31810ffd19513efd5006ca0d6f2328631 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| @@ -100,6 +100,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>
|
|
|