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

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

Issue 2417113002: [LayoutNG] Fix orthogonal writing mode child margin strut from being used in collapsing margins cal… (Closed)
Patch Set: address comments Created 4 years, 2 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_fragment.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_fragment.h
index 404b3b859f56280b50848cd75b385403872d5c63..ef2b32d0adf38a7f837c63a779a28a8917f3e7d2 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_fragment.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment.h
@@ -23,6 +23,8 @@ class CORE_EXPORT NGFragment final : public NGFragmentBase {
NGDirection direction,
NGPhysicalFragment* physical_fragment)
: NGFragmentBase(writing_mode, direction, physical_fragment) {}
+
+ NGMarginStrut MarginStrut() const;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698