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

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

Issue 2353513003: [css-grid] Use grid area position to determine overflowing items (Closed)
Patch Set: Patch Created 4 years, 3 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 b83b4fc3ee18a680b8d1ed31a73e50436f0ff737..90a906943bc7771e8ee9cf0b3c659f27cb7605d5 100644
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
@@ -177,6 +177,7 @@ private:
LayoutUnit rowAxisOffsetForChild(const LayoutBox&, GridSizingData&) const;
LayoutUnit columnAxisOffsetForChild(const LayoutBox&, GridSizingData&) const;
ContentAlignmentData computeContentPositionAndDistributionOffset(GridTrackSizingDirection, const LayoutUnit& availableFreeSpace, unsigned numberOfGridTracks) const;
+ LayoutPoint gridAreaLogicalPosition(const GridArea&) const;
LayoutPoint findChildLogicalPosition(const LayoutBox&, GridSizingData&) const;
GridArea cachedGridArea(const LayoutBox&) const;
GridSpan cachedGridSpan(const LayoutBox&, GridTrackSizingDirection) const;

Powered by Google App Engine
This is Rietveld 408576698