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

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: Created 3 years, 7 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 34b5414d604dc05e004ba0ce788b2953dcb238e3..78aa2e76e04a3f0b5140b4f5a946713e44b3ee03 100644
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
@@ -255,8 +255,6 @@ class LayoutGrid final : public LayoutBlock {
LayoutUnit ascent,
GridAxis) const;
- bool BaselineMayAffectIntrinsicWidth() const;
- bool BaselineMayAffectIntrinsicHeight() const;
void ComputeBaselineAlignmentContext();
void UpdateBaselineAlignmentContextIfNeeded(LayoutBox&, GridAxis);

Powered by Google App Engine
This is Rietveld 408576698