| 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 8e0667b32cb1d8c6975284152d42b50ef5a7c601..be7b93aa8ad3f5e8ceef04faaf03af1a15d0a770 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h
|
| @@ -26,6 +26,8 @@ namespace blink {
|
| class PLATFORM_EXPORT ClipPaintPropertyNode
|
| : public RefCounted<ClipPaintPropertyNode> {
|
| public:
|
| + // This node is really a sentinel, and does not represent a real clip
|
| + // space.
|
| static ClipPaintPropertyNode* root();
|
|
|
| static PassRefPtr<ClipPaintPropertyNode> create(
|
|
|