| 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 2dd0c71efa6bb4d1783da4df3f65bfceb00bcfe7..13701725b19964798f5b4f7d3d8d999ddc255c88 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
|
| @@ -102,6 +102,8 @@ class PLATFORM_EXPORT EffectPaintPropertyNode
|
| m_directCompositingReasons == o.m_directCompositingReasons &&
|
| m_compositorElementId == o.m_compositorElementId;
|
| }
|
| +
|
| + String toTreeString() const;
|
| #endif
|
|
|
| String toString() const;
|
|
|