Index: third_party/WebKit/Source/core/layout/ng/ng_block_node.h |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_node.h b/third_party/WebKit/Source/core/layout/ng/ng_block_node.h |
index 8abc2b6b6e35d90de4067281ad3cb8d4e3254739..4d56d31831cf20c20072cd30e7b592adf3935e8e 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_block_node.h |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_block_node.h |
@@ -23,6 +23,7 @@ struct MinMaxContentSize; |
// Represents a node to be laid out. |
class CORE_EXPORT NGBlockNode final : public NGLayoutInputNode { |
friend NGLayoutInputNode; |
+ |
public: |
explicit NGBlockNode(LayoutBox*); |