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

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

Issue 2714803002: [LayoutNG] Allow block-flow layout to be fragmented using new approach. (Closed)
Patch Set: rebase. 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_length_utils.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h b/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
index a79dcd2f37e396d3cfaedd6c96dfe613c07f6db5..42d59ac840aba7510ee8b3358f73aa7a955c0b9d 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_length_utils.h
@@ -104,7 +104,8 @@ CORE_EXPORT NGBoxStrut ComputeMargins(const NGConstraintSpace&,
const NGWritingMode writing_mode,
const TextDirection direction);
-CORE_EXPORT NGBoxStrut ComputeBorders(const ComputedStyle&);
+CORE_EXPORT NGBoxStrut ComputeBorders(const NGConstraintSpace& constraint_space,
+ const ComputedStyle&);
CORE_EXPORT NGBoxStrut ComputePadding(const NGConstraintSpace&,
const ComputedStyle&);

Powered by Google App Engine
This is Rietveld 408576698