| Index: third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h b/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h
|
| index 14a7204099a6d1a47764b36777e0ffb45f1b3819..7315fd6fd40d81abd09fe11031e7dcbb8390610c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h
|
| @@ -12,6 +12,7 @@
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| #include <iosfwd>
|
|
|
| @@ -123,6 +124,8 @@ class PLATFORM_EXPORT ScrollPaintPropertyNode
|
| }
|
| #endif
|
|
|
| + String toString() const;
|
| +
|
| private:
|
| ScrollPaintPropertyNode(
|
| PassRefPtr<const ScrollPaintPropertyNode> parent,
|
|
|