| Index: third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h
|
| diff --git a/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h b/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h
|
| index efa0104607bb39ed128921bfdff4095a643479f2..56f27f27e7846740b5bc26a384c1af903bde0767 100644
|
| --- a/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h
|
| +++ b/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h
|
| @@ -109,7 +109,7 @@ public:
|
| static void removeInfo(const LayoutBox& key) { infoMap().remove(&key); }
|
| static ShapeOutsideInfo* info(const LayoutBox& key) { return infoMap().get(&key); }
|
|
|
| - void markShapeAsDirty() { m_shape.clear(); }
|
| + void markShapeAsDirty() { m_shape.reset(); }
|
| bool isShapeDirty() { return !m_shape.get(); }
|
| LayoutSize shapeSize() const { return m_referenceBoxLogicalSize; }
|
| bool isComputingShape() const { return m_isComputingShape; }
|
|
|