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

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

Issue 1778853002: [css-grid] Fix height computation for items with intrinsic aspect ratios (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing Created 4 years, 9 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 a62fd6cf83df205e2e464820cd4f7296f8d5d0bb..489457ece9f103a000e78a2ab99e37a034dcda1d 100644
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
@@ -168,10 +168,6 @@ private:
void paintChildren(const PaintInfo&, const LayoutPoint&) const override;
- bool needToStretchChildLogicalHeight(const LayoutBox&) const;
- LayoutUnit childIntrinsicHeight(const LayoutBox&) const;
- LayoutUnit childIntrinsicWidth(const LayoutBox&) const;
- LayoutUnit intrinsicLogicalHeightForChild(const LayoutBox&) const;
LayoutUnit marginLogicalHeightForChild(const LayoutBox&) const;
LayoutUnit computeMarginLogicalHeightForChild(const LayoutBox&) const;
LayoutUnit availableAlignmentSpaceForChildBeforeStretching(LayoutUnit gridAreaBreadthForChild, const LayoutBox&) const;

Powered by Google App Engine
This is Rietveld 408576698