| Index: third_party/WebKit/Source/core/style/StyleGridData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleGridData.h b/third_party/WebKit/Source/core/style/StyleGridData.h
|
| index 032d51dd08eb230117cfa567a57ac0ba1779b9ad..6eab7492d1a69f48443efb48a1843c06f2f60022 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleGridData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleGridData.h
|
| @@ -83,8 +83,8 @@ public:
|
|
|
| unsigned m_gridAutoFlow : GridAutoFlowBits;
|
|
|
| - GridTrackSize m_gridAutoRows;
|
| - GridTrackSize m_gridAutoColumns;
|
| + Vector<GridTrackSize> m_gridAutoRows;
|
| + Vector<GridTrackSize> m_gridAutoColumns;
|
|
|
| NamedGridAreaMap m_namedGridArea;
|
| // Because m_namedGridArea doesn't store the unnamed grid areas, we need to keep track
|
|
|