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

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

Issue 2834473003: [css-grid] Preemptively store intrinsic sizes during layout (Closed)
Patch Set: More tests 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 c052494e646f52c96dc29d5f8f98c30dac9881fe..88d223b633216e06d593e9df0942ccc27dbca2d4 100644
--- a/third_party/WebKit/Source/core/layout/GridTrackSizingAlgorithm.h
+++ b/third_party/WebKit/Source/core/layout/GridTrackSizingAlgorithm.h
@@ -264,8 +264,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