Chromium Code Reviews
Description[css-grid] Move more LayoutGrid attributes to Grid class
Moved the remaining attributes of LayoutGrid to Grid class. In particular
m_autoRepeat{Columns|Rows}, m_autoRepeatEmpty{Columns|Rows} and
m_orderIterator. All of them are now private attributes of the Grid class so
clients should use the getters/setters provided by this CL.
This change allows to definitely remove the grid{Column|Row}Count() methods
from LayoutGrid. These two became Grid::numTracks() which returns the number
of tracks in the data structure used to represent the grid (currently
a matrix). Contrary to that, LayoutGrid::numTracks() returns the actual size
of the grid.
BUG=627812
Committed: https://crrev.com/bf7e60b4260824122d9522220919766cd58458c7
Cr-Commit-Position: refs/heads/master@{#434510}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Patch for landing #
Messages
Total messages: 11 (5 generated)
|
||||||||||||||||||||||||||||