| 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 b4ccb8ce6a302835f6c77780ca98c4d37f3f29aa..34326c707794dcf668333a269296445302db4576 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrix.h
|
| @@ -107,7 +107,8 @@ class CORE_EXPORT DOMMatrix : public DOMMatrixReadOnly {
|
|
|
| DOMMatrix* setMatrixValue(const String&, ExceptionState&);
|
|
|
| - private:
|
| + protected:
|
| + DOMMatrix() {}
|
| DOMMatrix(const TransformationMatrix&, bool is2D = true);
|
| template <typename T>
|
| DOMMatrix(T sequence, int size);
|
|
|