Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_block_node.h

Issue 2561553002: [LayoutNG] Remove unnecessary #includes (Closed)
Patch Set: Let's see if Windows is more happy now. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 bb783e49eb769ab95fbdf47de2f0cd6a2af8cd7a..d23ea7b897189bdde16e63f60e1348fbf4347529 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
@@ -31,6 +31,8 @@ class CORE_EXPORT NGBlockNode final : public NGLayoutInputNode {
// TODO(layout-ng): make it private and declare a friend class to use in tests
explicit NGBlockNode(ComputedStyle*);
+ ~NGBlockNode() override;
+
bool Layout(const NGConstraintSpace*, NGFragmentBase**) override;
NGBlockNode* NextSibling() override;

Powered by Google App Engine
This is Rietveld 408576698