| 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 742eaa859376472872daaa4def93e7e7fc7176e8..365d724efa2dca3c080cbcb9e28cdd6ddefe0c72 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -202,6 +202,8 @@ private:
|
| bool m_gridIsDirty;
|
| Vector<LayoutUnit> m_rowPositions;
|
| Vector<LayoutUnit> m_columnPositions;
|
| + LayoutUnit m_offsetBetweenColumns;
|
| + LayoutUnit m_offsetBetweenRows;
|
| HashMap<const LayoutBox*, GridArea> m_gridItemArea;
|
| OrderIterator m_orderIterator;
|
| Vector<LayoutBox*> m_gridItemsOverflowingGridArea;
|
|
|