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

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

Issue 2521573002: Revert of [css-grid] Remove a duplicated auto repeat computation for intrinsic sizes (patchset #4 i… (Closed)
Patch Set: 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 d563e877d53e887141143c84b868910572ef1168..a31d432e86f472dc657385ed2f431b10b84c501c 100644
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
@@ -142,7 +142,6 @@ class LayoutGrid final : public LayoutBlock {
void ensureGridSize(size_t maximumRowSize, size_t maximumColumnSize);
void insertItemIntoGrid(LayoutBox&, const GridArea&);
- void updateAutoRepeatTracksAndSetDirtyIfNeeded(SizingOperation);
size_t computeAutoRepeatTracksCount(GridTrackSizingDirection,
SizingOperation) const;
@@ -154,7 +153,7 @@ class LayoutGrid final : public LayoutBlock {
bool isEmptyAutoRepeatTrack(GridTrackSizingDirection,
size_t lineNumber) const;
- void placeItemsOnGrid();
+ void placeItemsOnGrid(SizingOperation);
void populateExplicitGridAndOrderIterator();
std::unique_ptr<GridArea> createEmptyGridAreaAtSpecifiedPositionsOutsideGrid(
const LayoutBox&,
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/layout/LayoutGrid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698