| Index: third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h b/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
|
| index 4a82e839be4880c989a005809190b362037f8b5c..b9c9d19ea27cab601ae6129e03a6244b1f7d2aa0 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
|
| @@ -103,6 +103,8 @@ class PLATFORM_EXPORT EffectPaintPropertyNode
|
| m_directCompositingReasons == o.m_directCompositingReasons &&
|
| m_compositorElementId == o.m_compositorElementId;
|
| }
|
| +
|
| + String toTreeString() const;
|
| #endif
|
|
|
| String toString() const;
|
|
|