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

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

Issue 2679343002: Fragment that establishes new BFC knows it's BFC offset in parent space (Closed)
Patch Set: Created 3 years, 10 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/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 0306826f19161bc613b080e02a7de32a3ff71986..6fb7ddd08eb02f9dee401c282b5941f0eab1ed5e 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
@@ -59,9 +59,6 @@ class CORE_EXPORT NGBlockNode final : public NGLayoutInputNode {
return fragment_ && !fragment_->BreakToken();
}
- // Used for debugging purposes only.
- const LayoutBox* LegacyLayoutBox() const { return layout_box_; }
-
DECLARE_VIRTUAL_TRACE();
// Runs layout on layout_box_ and creates a fragment for the resulting

Powered by Google App Engine
This is Rietveld 408576698