| Index: third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.cpp b/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.cpp
|
| index e08fe21d0d0b531d414ce5d0e4894c03c84a3574..5ddf71865c37033b782f996e4179295f798580ae 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.cpp
|
| @@ -13,4 +13,8 @@ TransformPaintPropertyNode* TransformPaintPropertyNode::root() {
|
| return root;
|
| }
|
|
|
| +String TransformPaintPropertyNode::toString() const {
|
| + return "transform=" + m_matrix.toString() + " origin=" + m_origin.toString();
|
| +}
|
| +
|
| } // namespace blink
|
|
|