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

Unified Diff: Source/core/rendering/RenderGrid.h

Issue 448993002: [CSSGridLayout] Skip items spanning flex tracks in track sizing algo (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 6 years, 2 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: Source/core/rendering/RenderGrid.h
diff --git a/Source/core/rendering/RenderGrid.h b/Source/core/rendering/RenderGrid.h
index a8bc201c836065cb1c03c4b84abb65d08bab6ec7..3abbdbec68417900a2248466e31d278a41c119bd 100644
--- a/Source/core/rendering/RenderGrid.h
+++ b/Source/core/rendering/RenderGrid.h
@@ -134,6 +134,7 @@ private:
#endif
size_t gridItemSpan(const RenderBox&, GridTrackSizingDirection);
+ bool itemSpansFlexibleSizedTracks(const GridItemWithSpan&, GridTrackSizingDirection) const;
size_t gridColumnCount() const
{

Powered by Google App Engine
This is Rietveld 408576698