| Index: third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h b/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
|
| index 0b75562f50dab713ea202100fe873a5dbcbb95aa..a6f24afe8ed8c97b8931277ad69cfdf7e6f27862 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
|
| @@ -33,6 +33,7 @@ public:
|
|
|
| void update(PassRefPtr<const TransformPaintPropertyNode> parent, const TransformationMatrix& matrix, const FloatPoint3D& origin, bool flattensInheritedTransform = false, unsigned renderingContextID = 0)
|
| {
|
| + DCHECK(parent != this);
|
| m_parent = parent;
|
| m_matrix = matrix;
|
| m_origin = origin;
|
|
|