| Index: third_party/WebKit/Source/platform/transforms/AffineTransform.h
|
| diff --git a/third_party/WebKit/Source/platform/transforms/AffineTransform.h b/third_party/WebKit/Source/platform/transforms/AffineTransform.h
|
| index 8cf1bd26fb3b66a714eecbdb62b9f41dd0ebef11..7acf4cb904c43665429dab147dd3cf183ace284c 100644
|
| --- a/third_party/WebKit/Source/platform/transforms/AffineTransform.h
|
| +++ b/third_party/WebKit/Source/platform/transforms/AffineTransform.h
|
| @@ -183,6 +183,11 @@ public:
|
| memcpy(m, m_transform, sizeof(Transform));
|
| }
|
|
|
| + // If |asMatrix| is true, the transform is returned as a matrix in row-major
|
| + // order. Otherwise, the transform's decomposition is returned which shows
|
| + // the translation, scale, etc.
|
| + String toString(bool asMatrix = false) const;
|
| +
|
| private:
|
| void setMatrix(const Transform m)
|
| {
|
|
|