| 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 5f34e60c8090ec389972293dcf2cfd4305801a21..e86f72bc2c0a9a42220c7678c5cb2946ffd139bb 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h
|
| @@ -11,6 +11,7 @@
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| #include <iosfwd>
|
|
|
| @@ -71,6 +72,8 @@ class PLATFORM_EXPORT ClipPaintPropertyNode
|
| }
|
| #endif
|
|
|
| + String toString() const;
|
| +
|
| private:
|
| ClipPaintPropertyNode(
|
| PassRefPtr<const ClipPaintPropertyNode> parent,
|
|
|