| Index: third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h b/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
|
| index b579df4b32ebd7b8ed49ebef5e521df2c2aea303..775fa68db384d9f9045b767f172b72f2b2d309f0 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
|
| @@ -26,6 +26,8 @@ public:
|
| ASSERT(!item || item.isBoxModelObject());
|
| }
|
|
|
| + explicit LineLayoutBoxModel(std::nullptr_t) : LineLayoutItem(nullptr) { }
|
| +
|
| LineLayoutBoxModel() { }
|
|
|
| PaintLayer* layer() const
|
|
|