| 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 55201806f78f625a0db57867329ae9e0d7880d9f..2d8fdec7aa3e87556e58e4ca2e2f9a155f5c482e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
|
| @@ -13,6 +13,7 @@
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| #include <iosfwd>
|
|
|
| @@ -86,6 +87,8 @@ class PLATFORM_EXPORT EffectPaintPropertyNode
|
| }
|
| #endif
|
|
|
| + String toString() const;
|
| +
|
| private:
|
| EffectPaintPropertyNode(
|
| PassRefPtr<const EffectPaintPropertyNode> parent,
|
|
|