| 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 f5aaa262ffefa2b04807a2da285be97ddd9078cd..f78dd20c86b269e80c186ad4f9b2a24b6cb36526 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| @@ -58,6 +58,8 @@ public:
|
| DOMMatrix* skewYSelf(double sy = 0);
|
| DOMMatrix* invertSelf();
|
|
|
| + DOMMatrix* setMatrixValue(const String&, ExceptionState&);
|
| +
|
| private:
|
| DOMMatrix(const TransformationMatrix&, bool is2D = true);
|
| template <typename T>
|
|
|