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

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

Issue 2854993002: [LayoutNG] Add NGLayoutInputNode::ShowNodeTree (Closed)
Patch Set: Use forward declaration for LayoutObject Created 3 years, 8 months 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/layout_ng_block_flow.h
diff --git a/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h b/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h
index 0a8574b6e76e3da7845f7b5bfb503f5207fbecdb..81260737f705be3a3033d3f8f3dd0ee42e550701 100644
--- a/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h
+++ b/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h
@@ -21,6 +21,8 @@ class CORE_EXPORT LayoutNGBlockFlow final : public LayoutBlockFlow {
void UpdateBlockLayout(bool relayout_children) override;
NGBlockNode* BoxForTesting() const { return box_.Get(); }
+ const char* GetName() const override { return "LayoutNGBlockFlow"; }
+
NGInlineNodeData& GetNGInlineNodeData() const;
void ResetNGInlineNodeData();

Powered by Google App Engine
This is Rietveld 408576698