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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutGrid.h

Issue 2868283002: [css-grid] Check if baseline alignment affects grid areas sizing (Closed)
Patch Set: Applied suggested changes. Created 3 years, 5 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/LayoutGrid.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.h b/third_party/WebKit/Source/core/layout/LayoutGrid.h
index c15b45c5f8eb79979ca9ecae922bbb2243f53c1f..762ef697aef86485101759187262501e4ee4ee6c 100644
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
@@ -269,8 +269,7 @@ class LayoutGrid final : public LayoutBlock {
LayoutUnit ascent,
GridAxis) const;
- bool BaselineMayAffectIntrinsicWidth() const;
- bool BaselineMayAffectIntrinsicHeight() const;
+ bool BaselineMayAffectIntrinsicSize(GridTrackSizingDirection) const;
void ComputeBaselineAlignmentContext();
void UpdateBaselineAlignmentContextIfNeeded(LayoutBox&, GridAxis);

Powered by Google App Engine
This is Rietveld 408576698