| Index: third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
|
| index 47925f9400589dc8b73b599f2b37628708a71fca..4e4b2f7c6159e19d9d63e55a3c01569289eb5bc6 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
|
| @@ -22,6 +22,7 @@ class NGLayoutResult;
|
| template <typename NGInputNodeType, typename NGBreakTokenType>
|
| class CORE_EXPORT NGLayoutAlgorithm {
|
| STACK_ALLOCATED();
|
| +
|
| public:
|
| NGLayoutAlgorithm(NGInputNodeType node,
|
| NGConstraintSpace* space,
|
|
|