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

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

Issue 2960233002: [LayoutNG] Move bfc_offset_, end_margin_sturt_ to NGLayoutResult (Closed)
Patch Set: OOF -> OutOfFlow Created 3 years, 6 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_box_fragment.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_box_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_box_fragment.h
index 4e2e4c57416eeedc408c7a46b720d0e79ee53a55..60c14c811261e9444068ed94127284e53c2da57c 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_box_fragment.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_box_fragment.h
@@ -22,10 +22,6 @@ class CORE_EXPORT NGBoxFragment final : public NGFragment {
// Returns the total size, including the contents outside of the border-box.
NGLogicalSize OverflowSize() const;
-
- const WTF::Optional<NGLogicalOffset>& BfcOffset() const;
-
- const NGMarginStrut& EndMarginStrut() const;
};
DEFINE_TYPE_CASTS(NGBoxFragment,

Powered by Google App Engine
This is Rietveld 408576698