| Index: third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h b/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
|
| index 154bd12b8fcced0e025261daf64e9d32e8acec8e..9a6a82a85d32fecb86cc2964bd12a17f92cfb184 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
|
| @@ -111,6 +111,8 @@ class PLATFORM_EXPORT TransformPaintPropertyNode
|
| m_directCompositingReasons == o.m_directCompositingReasons &&
|
| m_compositorElementId == o.m_compositorElementId;
|
| }
|
| +
|
| + String toTreeString() const;
|
| #endif
|
|
|
| String toString() const;
|
|
|