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

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

Issue 2839893002: [css-grid] Preemptively store intrinsic sizes during layout (Closed)
Patch Set: Created 3 years, 8 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/GridTrackSizingAlgorithm.h
diff --git a/third_party/WebKit/Source/core/layout/GridTrackSizingAlgorithm.h b/third_party/WebKit/Source/core/layout/GridTrackSizingAlgorithm.h
index 63dfb3f0c47690ff595ce26469904a8b50c09172..531fc0d7cbbc2289195c48fccbd115303aeeed24 100644
--- a/third_party/WebKit/Source/core/layout/GridTrackSizingAlgorithm.h
+++ b/third_party/WebKit/Source/core/layout/GridTrackSizingAlgorithm.h
@@ -262,8 +262,6 @@ class GridTrackSizingAlgorithmStrategy {
LayoutUnit LogicalHeightForChild(LayoutBox&) const;
- void SetGridItemNeedsLayout(LayoutBox&) const;
-
bool UpdateOverrideContainingBlockContentSizeForChild(
LayoutBox&,
GridTrackSizingDirection) const;

Powered by Google App Engine
This is Rietveld 408576698