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

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

Issue 2471283004: [css-grid] Fix simplified layout of positioned grid items (Closed)
Patch Set: Remove unneeded line in test. Created 4 years, 1 month 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 cd563271ebf381337a30ff9063af614baaaaaefb..e70d9c55605b6b0cafc97894bbeccf6caed3cdb2 100644
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
@@ -176,8 +176,9 @@ class LayoutGrid final : public LayoutBlock {
void layoutGridItems(GridSizingData&);
void prepareChildForPositionedLayout(LayoutBox&);
- void layoutPositionedObjects(bool relayoutChildren,
- PositionedLayoutBehavior = DefaultLayout);
+ void layoutPositionedObjects(
+ bool relayoutChildren,
+ PositionedLayoutBehavior = DefaultLayout) override;
void offsetAndBreadthForPositionedChild(const LayoutBox&,
GridTrackSizingDirection,
LayoutUnit& offset,
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBox.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutGrid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698