| 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 a4e1ebe34018e91da68094cd3bf4ca58f8deadcc..293da8d1a609fe1671119034fd12bc65289ff095 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h
|
| @@ -31,6 +31,7 @@ public:
|
|
|
| void update(PassRefPtr<const ClipPaintPropertyNode> parent, PassRefPtr<const TransformPaintPropertyNode> localTransformSpace, const FloatRoundedRect& clipRect)
|
| {
|
| + DCHECK(parent != this);
|
| m_parent = parent;
|
| m_localTransformSpace = localTransformSpace;
|
| m_clipRect = clipRect;
|
|
|