| 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 7315fd6fd40d81abd09fe11031e7dcbb8390610c..40bf9cdc08bdcdff6048f4526d57ef71f23b5063 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h
|
| @@ -30,6 +30,7 @@ using MainThreadScrollingReasons = uint32_t;
|
| class PLATFORM_EXPORT ScrollPaintPropertyNode
|
| : public RefCounted<ScrollPaintPropertyNode> {
|
| public:
|
| + // This node is really a sentinel, and does not represent a real scroll.
|
| static ScrollPaintPropertyNode* root();
|
|
|
| static PassRefPtr<ScrollPaintPropertyNode> create(
|
|
|