| 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 a0ced2f271298c189aa9f50b6f1c925e5b7d69a7..f2b40c2a117ad31c16f8b35eccd35401133ed912 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h
|
| @@ -41,6 +41,7 @@ public:
|
|
|
| void update(PassRefPtr<ScrollPaintPropertyNode> parent, PassRefPtr<const TransformPaintPropertyNode> scrollOffsetTranslation, const IntSize& clip, const IntSize& bounds, bool userScrollableHorizontal, bool userScrollableVertical)
|
| {
|
| + DCHECK(!isRoot());
|
| DCHECK(parent != this);
|
| m_parent = parent;
|
| DCHECK(scrollOffsetTranslation->matrix().isIdentityOr2DTranslation());
|
|
|