| Index: third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h b/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h
|
| index 8e0667b32cb1d8c6975284152d42b50ef5a7c601..0b9df0a0a25d648006b1d0ce54fbbb4ef33af04a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h
|
| @@ -74,6 +74,8 @@ class PLATFORM_EXPORT ClipPaintPropertyNode
|
| m_clipRect == o.m_clipRect &&
|
| m_directCompositingReasons == o.m_directCompositingReasons;
|
| }
|
| +
|
| + String toTreeString() const;
|
| #endif
|
|
|
| String toString() const;
|
|
|