| 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 2dd0c71efa6bb4d1783da4df3f65bfceb00bcfe7..4a82e839be4880c989a005809190b362037f8b5c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
|
| @@ -28,6 +28,7 @@ namespace blink {
|
| class PLATFORM_EXPORT EffectPaintPropertyNode
|
| : public RefCounted<EffectPaintPropertyNode> {
|
| public:
|
| + // This node is really a sentinel, and does not represent a real effect.
|
| static EffectPaintPropertyNode* root();
|
|
|
| static PassRefPtr<EffectPaintPropertyNode> create(
|
|
|