| Index: third_party/WebKit/Source/core/layout/ng/ng_box.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_box.h b/third_party/WebKit/Source/core/layout/ng/ng_box.h
|
| index d2a5da95193bd52ce6211afe6440c7b00823b50b..7eab453de5f81f1e0c586f2cbf06906278d22bd4 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_box.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_box.h
|
| @@ -29,7 +29,7 @@ class CORE_EXPORT NGBox final {
|
| NGBoxIterator childIterator();
|
| operator bool() const { return m_layoutBox; }
|
|
|
| - NGFragment* layout(const NGConstraintSpace&);
|
| + NGFragment* layout(const NGConstraintSpace*);
|
| const ComputedStyle* style() const;
|
|
|
| NGBox nextSibling() const;
|
|
|